Uses of Class
software.amazon.awssdk.services.costexplorer.model.GetCostCategoriesResponse
-
Packages that use GetCostCategoriesResponse Package Description software.amazon.awssdk.services.costexplorer You can use the Cost Explorer API to programmatically query your cost and usage data. -
-
Uses of GetCostCategoriesResponse in software.amazon.awssdk.services.costexplorer
Methods in software.amazon.awssdk.services.costexplorer that return GetCostCategoriesResponse Modifier and Type Method Description default GetCostCategoriesResponseCostExplorerClient. getCostCategories(Consumer<GetCostCategoriesRequest.Builder> 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.Methods in software.amazon.awssdk.services.costexplorer that return types with arguments of type GetCostCategoriesResponse Modifier and Type Method Description default CompletableFuture<GetCostCategoriesResponse>CostExplorerAsyncClient. getCostCategories(Consumer<GetCostCategoriesRequest.Builder> getCostCategoriesRequest)Retrieves an array of Cost Category names and values incurred cost.default CompletableFuture<GetCostCategoriesResponse>CostExplorerAsyncClient. getCostCategories(GetCostCategoriesRequest getCostCategoriesRequest)Retrieves an array of Cost Category names and values incurred cost.
-