| Package | Description |
|---|---|
| software.amazon.awssdk.services.costexplorer |
You can use the Cost Explorer API to programmatically query your cost and usage data.
|
| software.amazon.awssdk.services.costexplorer.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateCostAllocationTagsStatusResponse> |
CostExplorerAsyncClient.updateCostAllocationTagsStatus(Consumer<UpdateCostAllocationTagsStatusRequest.Builder> updateCostAllocationTagsStatusRequest)
Updates status for cost allocation tags in bulk, with maximum batch size of 20.
|
default UpdateCostAllocationTagsStatusResponse |
CostExplorerClient.updateCostAllocationTagsStatus(Consumer<UpdateCostAllocationTagsStatusRequest.Builder> updateCostAllocationTagsStatusRequest)
Updates status for cost allocation tags in bulk, with maximum batch size of 20.
|
| Modifier and Type | Method and Description |
|---|---|
static UpdateCostAllocationTagsStatusRequest.Builder |
UpdateCostAllocationTagsStatusRequest.builder() |
UpdateCostAllocationTagsStatusRequest.Builder |
UpdateCostAllocationTagsStatusRequest.Builder.costAllocationTagsStatus(Collection<CostAllocationTagStatusEntry> costAllocationTagsStatus)
The list of
CostAllocationTagStatusEntry objects that are used to update cost allocation tags
status for this request. |
UpdateCostAllocationTagsStatusRequest.Builder |
UpdateCostAllocationTagsStatusRequest.Builder.costAllocationTagsStatus(Consumer<CostAllocationTagStatusEntry.Builder>... costAllocationTagsStatus)
The list of
CostAllocationTagStatusEntry objects that are used to update cost allocation tags
status for this request. |
UpdateCostAllocationTagsStatusRequest.Builder |
UpdateCostAllocationTagsStatusRequest.Builder.costAllocationTagsStatus(CostAllocationTagStatusEntry... costAllocationTagsStatus)
The list of
CostAllocationTagStatusEntry objects that are used to update cost allocation tags
status for this request. |
UpdateCostAllocationTagsStatusRequest.Builder |
UpdateCostAllocationTagsStatusRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateCostAllocationTagsStatusRequest.Builder |
UpdateCostAllocationTagsStatusRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateCostAllocationTagsStatusRequest.Builder |
UpdateCostAllocationTagsStatusRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateCostAllocationTagsStatusRequest.Builder> |
UpdateCostAllocationTagsStatusRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.