Uses of Class
software.amazon.awssdk.services.costexplorer.model.CreateCostCategoryDefinitionResponse
-
Packages that use CreateCostCategoryDefinitionResponse Package Description software.amazon.awssdk.services.costexplorer You can use the Cost Explorer API to programmatically query your cost and usage data. -
-
Uses of CreateCostCategoryDefinitionResponse in software.amazon.awssdk.services.costexplorer
Methods in software.amazon.awssdk.services.costexplorer that return CreateCostCategoryDefinitionResponse Modifier and Type Method Description default CreateCostCategoryDefinitionResponseCostExplorerClient. createCostCategoryDefinition(Consumer<CreateCostCategoryDefinitionRequest.Builder> createCostCategoryDefinitionRequest)Creates a new Cost Category with the requested name and rules.default CreateCostCategoryDefinitionResponseCostExplorerClient. createCostCategoryDefinition(CreateCostCategoryDefinitionRequest createCostCategoryDefinitionRequest)Creates a new Cost Category with the requested name and rules.Methods in software.amazon.awssdk.services.costexplorer that return types with arguments of type CreateCostCategoryDefinitionResponse Modifier and Type Method Description default CompletableFuture<CreateCostCategoryDefinitionResponse>CostExplorerAsyncClient. createCostCategoryDefinition(Consumer<CreateCostCategoryDefinitionRequest.Builder> createCostCategoryDefinitionRequest)Creates a new Cost Category with the requested name and rules.default CompletableFuture<CreateCostCategoryDefinitionResponse>CostExplorerAsyncClient. createCostCategoryDefinition(CreateCostCategoryDefinitionRequest createCostCategoryDefinitionRequest)Creates a new Cost Category with the requested name and rules.
-