Uses of Class
software.amazon.awssdk.services.costexplorer.model.DeleteCostCategoryDefinitionRequest
-
Packages that use DeleteCostCategoryDefinitionRequest 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 DeleteCostCategoryDefinitionRequest in software.amazon.awssdk.services.costexplorer
Methods in software.amazon.awssdk.services.costexplorer with parameters of type DeleteCostCategoryDefinitionRequest Modifier and Type Method Description default CompletableFuture<DeleteCostCategoryDefinitionResponse>CostExplorerAsyncClient. deleteCostCategoryDefinition(DeleteCostCategoryDefinitionRequest deleteCostCategoryDefinitionRequest)Deletes a Cost Category.default DeleteCostCategoryDefinitionResponseCostExplorerClient. deleteCostCategoryDefinition(DeleteCostCategoryDefinitionRequest deleteCostCategoryDefinitionRequest)Deletes a Cost Category. -
Uses of DeleteCostCategoryDefinitionRequest in software.amazon.awssdk.services.costexplorer.transform
Methods in software.amazon.awssdk.services.costexplorer.transform with parameters of type DeleteCostCategoryDefinitionRequest Modifier and Type Method Description SdkHttpFullRequestDeleteCostCategoryDefinitionRequestMarshaller. marshall(DeleteCostCategoryDefinitionRequest deleteCostCategoryDefinitionRequest)
-