Uses of Interface
software.amazon.awssdk.services.costexplorer.model.DescribeCostCategoryDefinitionRequest.Builder
-
Packages that use DescribeCostCategoryDefinitionRequest.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 DescribeCostCategoryDefinitionRequest.Builder in software.amazon.awssdk.services.costexplorer
Method parameters in software.amazon.awssdk.services.costexplorer with type arguments of type DescribeCostCategoryDefinitionRequest.Builder 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 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. -
Uses of DescribeCostCategoryDefinitionRequest.Builder in software.amazon.awssdk.services.costexplorer.model
Methods in software.amazon.awssdk.services.costexplorer.model that return types with arguments of type DescribeCostCategoryDefinitionRequest.Builder Modifier and Type Method Description static Class<? extends DescribeCostCategoryDefinitionRequest.Builder>DescribeCostCategoryDefinitionRequest. serializableBuilderClass()
-