| Package | Description |
|---|---|
| software.amazon.awssdk.services.costexplorer |
You can use the Cost Explorer API to programmatically query your cost and usage data.
|
| Modifier and Type | Method and Description |
|---|---|
default UntagResourceResponse |
CostExplorerClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)
Removes one or more tags from a resource.
|
default UntagResourceResponse |
CostExplorerClient.untagResource(UntagResourceRequest untagResourceRequest)
Removes one or more tags from a resource.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UntagResourceResponse> |
CostExplorerAsyncClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)
Removes one or more tags from a resource.
|
default CompletableFuture<UntagResourceResponse> |
CostExplorerAsyncClient.untagResource(UntagResourceRequest untagResourceRequest)
Removes one or more tags from a resource.
|
Copyright © 2023. All rights reserved.