Uses of Class
software.amazon.awssdk.services.costexplorer.model.DescribeCostCategoryDefinitionResponse
-
Packages that use DescribeCostCategoryDefinitionResponse Package Description software.amazon.awssdk.services.costexplorer You can use the Cost Explorer API to programmatically query your cost and usage data. -
-
Uses of DescribeCostCategoryDefinitionResponse in software.amazon.awssdk.services.costexplorer
Methods in software.amazon.awssdk.services.costexplorer that return DescribeCostCategoryDefinitionResponse Modifier and Type Method Description default DescribeCostCategoryDefinitionResponseCostExplorerClient. describeCostCategoryDefinition(Consumer<DescribeCostCategoryDefinitionRequest.Builder> describeCostCategoryDefinitionRequest)Returns the name, Amazon Resource Name (ARN), rules, definition, and effective dates of a Cost Category that's defined in the account.default DescribeCostCategoryDefinitionResponseCostExplorerClient. describeCostCategoryDefinition(DescribeCostCategoryDefinitionRequest describeCostCategoryDefinitionRequest)Returns the name, Amazon Resource Name (ARN), rules, definition, and effective dates of a Cost Category that's defined in the account.Methods in software.amazon.awssdk.services.costexplorer that return types with arguments of type DescribeCostCategoryDefinitionResponse Modifier and Type Method Description default CompletableFuture<DescribeCostCategoryDefinitionResponse>CostExplorerAsyncClient. describeCostCategoryDefinition(Consumer<DescribeCostCategoryDefinitionRequest.Builder> describeCostCategoryDefinitionRequest)Returns the name, Amazon Resource Name (ARN), rules, definition, and effective dates of a Cost Category that's defined in the account.default CompletableFuture<DescribeCostCategoryDefinitionResponse>CostExplorerAsyncClient. describeCostCategoryDefinition(DescribeCostCategoryDefinitionRequest describeCostCategoryDefinitionRequest)Returns the name, Amazon Resource Name (ARN), rules, definition, and effective dates of a Cost Category that's defined in the account.
-