Uses of Class
software.amazon.awssdk.services.costexplorer.model.UpdateCostAllocationTagsStatusRequest
-
Packages that use UpdateCostAllocationTagsStatusRequest 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.transform -
-
Uses of UpdateCostAllocationTagsStatusRequest in software.amazon.awssdk.services.costexplorer
Methods in software.amazon.awssdk.services.costexplorer with parameters of type UpdateCostAllocationTagsStatusRequest Modifier and Type Method Description default CompletableFuture<UpdateCostAllocationTagsStatusResponse>CostExplorerAsyncClient. updateCostAllocationTagsStatus(UpdateCostAllocationTagsStatusRequest 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. -
Uses of UpdateCostAllocationTagsStatusRequest in software.amazon.awssdk.services.costexplorer.transform
Methods in software.amazon.awssdk.services.costexplorer.transform with parameters of type UpdateCostAllocationTagsStatusRequest Modifier and Type Method Description SdkHttpFullRequestUpdateCostAllocationTagsStatusRequestMarshaller. marshall(UpdateCostAllocationTagsStatusRequest updateCostAllocationTagsStatusRequest)
-