Uses of Class
software.amazon.awssdk.services.costexplorer.model.GetCostCategoriesRequest
-
Packages that use GetCostCategoriesRequest 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 GetCostCategoriesRequest in software.amazon.awssdk.services.costexplorer
Methods in software.amazon.awssdk.services.costexplorer with parameters of type GetCostCategoriesRequest Modifier and Type Method Description default CompletableFuture<GetCostCategoriesResponse>CostExplorerAsyncClient. getCostCategories(GetCostCategoriesRequest getCostCategoriesRequest)Retrieves an array of Cost Category names and values incurred cost.default GetCostCategoriesResponseCostExplorerClient. getCostCategories(GetCostCategoriesRequest getCostCategoriesRequest)Retrieves an array of Cost Category names and values incurred cost. -
Uses of GetCostCategoriesRequest in software.amazon.awssdk.services.costexplorer.transform
Methods in software.amazon.awssdk.services.costexplorer.transform with parameters of type GetCostCategoriesRequest Modifier and Type Method Description SdkHttpFullRequestGetCostCategoriesRequestMarshaller. marshall(GetCostCategoriesRequest getCostCategoriesRequest)
-