Uses of Class
software.amazon.awssdk.services.costexplorer.model.UpdateCostCategoryDefinitionResponse
-
Packages that use UpdateCostCategoryDefinitionResponse Package Description software.amazon.awssdk.services.costexplorer You can use the Cost Explorer API to programmatically query your cost and usage data. -
-
Uses of UpdateCostCategoryDefinitionResponse in software.amazon.awssdk.services.costexplorer
Methods in software.amazon.awssdk.services.costexplorer that return UpdateCostCategoryDefinitionResponse Modifier and Type Method Description default UpdateCostCategoryDefinitionResponseCostExplorerClient. updateCostCategoryDefinition(Consumer<UpdateCostCategoryDefinitionRequest.Builder> updateCostCategoryDefinitionRequest)Updates an existing Cost Category.default UpdateCostCategoryDefinitionResponseCostExplorerClient. updateCostCategoryDefinition(UpdateCostCategoryDefinitionRequest updateCostCategoryDefinitionRequest)Updates an existing Cost Category.Methods in software.amazon.awssdk.services.costexplorer that return types with arguments of type UpdateCostCategoryDefinitionResponse Modifier and Type Method Description default CompletableFuture<UpdateCostCategoryDefinitionResponse>CostExplorerAsyncClient. updateCostCategoryDefinition(Consumer<UpdateCostCategoryDefinitionRequest.Builder> updateCostCategoryDefinitionRequest)Updates an existing Cost Category.default CompletableFuture<UpdateCostCategoryDefinitionResponse>CostExplorerAsyncClient. updateCostCategoryDefinition(UpdateCostCategoryDefinitionRequest updateCostCategoryDefinitionRequest)Updates an existing Cost Category.
-