| Package | Description |
|---|---|
| com.amazonaws.services.costexplorer |
You can use the Cost Explorer API to programmatically query your cost and usage data.
|
| com.amazonaws.services.costexplorer.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UntagResourceResult> |
AWSCostExplorerAsyncClient.untagResourceAsync(UntagResourceRequest request,
AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler) |
Future<UntagResourceResult> |
AWSCostExplorerAsync.untagResourceAsync(UntagResourceRequest untagResourceRequest,
AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler)
Removes one or more tags from a resource.
|
Future<UntagResourceResult> |
AbstractAWSCostExplorerAsync.untagResourceAsync(UntagResourceRequest request,
AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UntagResourceRequest |
UntagResourceRequest.clone() |
UntagResourceRequest |
UntagResourceRequest.withResourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the resource.
|
UntagResourceRequest |
UntagResourceRequest.withResourceTagKeys(Collection<String> resourceTagKeys)
A list of tag keys associated with tags that need to be removed from the resource.
|
UntagResourceRequest |
UntagResourceRequest.withResourceTagKeys(String... resourceTagKeys)
A list of tag keys associated with tags that need to be removed from the resource.
|
Copyright © 2024. All rights reserved.