Uses of Class
software.amazon.awssdk.services.costexplorer.model.DescribeCostCategoryDefinitionRequest
-
Packages that use DescribeCostCategoryDefinitionRequest 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 DescribeCostCategoryDefinitionRequest in software.amazon.awssdk.services.costexplorer
Methods in software.amazon.awssdk.services.costexplorer with parameters of type DescribeCostCategoryDefinitionRequest Modifier and Type Method Description 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.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. -
Uses of DescribeCostCategoryDefinitionRequest in software.amazon.awssdk.services.costexplorer.transform
Methods in software.amazon.awssdk.services.costexplorer.transform with parameters of type DescribeCostCategoryDefinitionRequest Modifier and Type Method Description SdkHttpFullRequestDescribeCostCategoryDefinitionRequestMarshaller. marshall(DescribeCostCategoryDefinitionRequest describeCostCategoryDefinitionRequest)
-