| 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()
Details of resources that could not be tagged.
|
Map<String,FailureInfo> |
UntagResourcesResult.getFailedResourcesMap()
Details of resources that could not be untagged.
|
| Modifier and Type | Method and Description |
|---|---|
TagResourcesResult |
TagResourcesResult.addFailedResourcesMapEntry(String key,
FailureInfo value) |
UntagResourcesResult |
UntagResourcesResult.addFailedResourcesMapEntry(String key,
FailureInfo value) |
| Modifier and Type | Method and Description |
|---|---|
void |
TagResourcesResult.setFailedResourcesMap(Map<String,FailureInfo> failedResourcesMap)
Details of resources that could not be tagged.
|
void |
UntagResourcesResult.setFailedResourcesMap(Map<String,FailureInfo> failedResourcesMap)
Details of resources that could not be untagged.
|
TagResourcesResult |
TagResourcesResult.withFailedResourcesMap(Map<String,FailureInfo> failedResourcesMap)
Details of resources that could not be tagged.
|
UntagResourcesResult |
UntagResourcesResult.withFailedResourcesMap(Map<String,FailureInfo> failedResourcesMap)
Details of resources that could not be untagged.
|
Copyright © 2020. All rights reserved.