Uses of Interface
software.amazon.awssdk.services.costexplorer.model.UpdateCostAllocationTagsStatusRequest.Builder
-
Packages that use UpdateCostAllocationTagsStatusRequest.Builder 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 -
-
Uses of UpdateCostAllocationTagsStatusRequest.Builder in software.amazon.awssdk.services.costexplorer
Method parameters in software.amazon.awssdk.services.costexplorer with type arguments of type UpdateCostAllocationTagsStatusRequest.Builder 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 UpdateCostAllocationTagsStatusResponseCostExplorerClient. updateCostAllocationTagsStatus(Consumer<UpdateCostAllocationTagsStatusRequest.Builder> updateCostAllocationTagsStatusRequest)Updates status for cost allocation tags in bulk, with maximum batch size of 20. -
Uses of UpdateCostAllocationTagsStatusRequest.Builder in software.amazon.awssdk.services.costexplorer.model
Methods in software.amazon.awssdk.services.costexplorer.model that return UpdateCostAllocationTagsStatusRequest.Builder Modifier and Type Method Description static UpdateCostAllocationTagsStatusRequest.BuilderUpdateCostAllocationTagsStatusRequest. builder()UpdateCostAllocationTagsStatusRequest.BuilderUpdateCostAllocationTagsStatusRequest.Builder. costAllocationTagsStatus(Collection<CostAllocationTagStatusEntry> costAllocationTagsStatus)The list ofCostAllocationTagStatusEntryobjects that are used to update cost allocation tags status for this request.UpdateCostAllocationTagsStatusRequest.BuilderUpdateCostAllocationTagsStatusRequest.Builder. costAllocationTagsStatus(Consumer<CostAllocationTagStatusEntry.Builder>... costAllocationTagsStatus)The list ofCostAllocationTagStatusEntryobjects that are used to update cost allocation tags status for this request.UpdateCostAllocationTagsStatusRequest.BuilderUpdateCostAllocationTagsStatusRequest.Builder. costAllocationTagsStatus(CostAllocationTagStatusEntry... costAllocationTagsStatus)The list ofCostAllocationTagStatusEntryobjects that are used to update cost allocation tags status for this request.UpdateCostAllocationTagsStatusRequest.BuilderUpdateCostAllocationTagsStatusRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateCostAllocationTagsStatusRequest.BuilderUpdateCostAllocationTagsStatusRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateCostAllocationTagsStatusRequest.BuilderUpdateCostAllocationTagsStatusRequest. toBuilder()Methods in software.amazon.awssdk.services.costexplorer.model that return types with arguments of type UpdateCostAllocationTagsStatusRequest.Builder Modifier and Type Method Description static Class<? extends UpdateCostAllocationTagsStatusRequest.Builder>UpdateCostAllocationTagsStatusRequest. serializableBuilderClass()
-