| Package | Description |
|---|---|
| com.amazonaws.services.resourcegroupstaggingapi.model |
| Modifier and Type | Method and Description |
|---|---|
FailureInfo |
FailureInfo.clone() |
FailureInfo |
FailureInfo.withErrorCode(ErrorCode errorCode)
The code of the common error.
|
FailureInfo |
FailureInfo.withErrorCode(String errorCode)
The code of the common error.
|
FailureInfo |
FailureInfo.withErrorMessage(String errorMessage)
The message of the common error.
|
FailureInfo |
FailureInfo.withStatusCode(Integer statusCode)
The HTTP status code of the common error.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,FailureInfo> |
TagResourcesResult.getFailedResourcesMap()
A map containing a key-value pair for each failed item that couldn't be tagged.
|
Map<String,FailureInfo> |
UntagResourcesResult.getFailedResourcesMap()
A map containing a key-value pair for each failed item that couldn't be untagged.
|
| Modifier and Type | Method and Description |
|---|---|
TagResourcesResult |
TagResourcesResult.addFailedResourcesMapEntry(String key,
FailureInfo value)
Add a single FailedResourcesMap entry
|
UntagResourcesResult |
UntagResourcesResult.addFailedResourcesMapEntry(String key,
FailureInfo value)
Add a single FailedResourcesMap entry
|
| Modifier and Type | Method and Description |
|---|---|
void |
TagResourcesResult.setFailedResourcesMap(Map<String,FailureInfo> failedResourcesMap)
A map containing a key-value pair for each failed item that couldn't be tagged.
|
void |
UntagResourcesResult.setFailedResourcesMap(Map<String,FailureInfo> failedResourcesMap)
A map containing a key-value pair for each failed item that couldn't be untagged.
|
TagResourcesResult |
TagResourcesResult.withFailedResourcesMap(Map<String,FailureInfo> failedResourcesMap)
A map containing a key-value pair for each failed item that couldn't be tagged.
|
UntagResourcesResult |
UntagResourcesResult.withFailedResourcesMap(Map<String,FailureInfo> failedResourcesMap)
A map containing a key-value pair for each failed item that couldn't be untagged.
|
Copyright © 2024. All rights reserved.