Uses of Class
software.amazon.awssdk.services.costexplorer.model.UpdateCostAllocationTagsStatusResponse
-
Packages that use UpdateCostAllocationTagsStatusResponse Package Description software.amazon.awssdk.services.costexplorer You can use the Cost Explorer API to programmatically query your cost and usage data. -
-
Uses of UpdateCostAllocationTagsStatusResponse in software.amazon.awssdk.services.costexplorer
Methods in software.amazon.awssdk.services.costexplorer that return UpdateCostAllocationTagsStatusResponse Modifier and Type Method Description default UpdateCostAllocationTagsStatusResponseCostExplorerClient. updateCostAllocationTagsStatus(Consumer<UpdateCostAllocationTagsStatusRequest.Builder> updateCostAllocationTagsStatusRequest)Updates status for cost allocation tags in bulk, with maximum batch size of 20.default UpdateCostAllocationTagsStatusResponseCostExplorerClient. updateCostAllocationTagsStatus(UpdateCostAllocationTagsStatusRequest updateCostAllocationTagsStatusRequest)Updates status for cost allocation tags in bulk, with maximum batch size of 20.Methods in software.amazon.awssdk.services.costexplorer that return types with arguments of type UpdateCostAllocationTagsStatusResponse Modifier and Type Method 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 CompletableFuture<UpdateCostAllocationTagsStatusResponse>CostExplorerAsyncClient. updateCostAllocationTagsStatus(UpdateCostAllocationTagsStatusRequest updateCostAllocationTagsStatusRequest)Updates status for cost allocation tags in bulk, with maximum batch size of 20.
-