Uses of Class
software.amazon.awssdk.services.costexplorer.model.GetCostAndUsageResponse
-
Packages that use GetCostAndUsageResponse Package Description software.amazon.awssdk.services.costexplorer You can use the Cost Explorer API to programmatically query your cost and usage data. -
-
Uses of GetCostAndUsageResponse in software.amazon.awssdk.services.costexplorer
Methods in software.amazon.awssdk.services.costexplorer that return GetCostAndUsageResponse Modifier and Type Method Description default GetCostAndUsageResponseCostExplorerClient. getCostAndUsage(Consumer<GetCostAndUsageRequest.Builder> getCostAndUsageRequest)Retrieves cost and usage metrics for your account.default GetCostAndUsageResponseCostExplorerClient. getCostAndUsage(GetCostAndUsageRequest getCostAndUsageRequest)Retrieves cost and usage metrics for your account.Methods in software.amazon.awssdk.services.costexplorer that return types with arguments of type GetCostAndUsageResponse Modifier and Type Method Description default CompletableFuture<GetCostAndUsageResponse>CostExplorerAsyncClient. getCostAndUsage(Consumer<GetCostAndUsageRequest.Builder> getCostAndUsageRequest)Retrieves cost and usage metrics for your account.default CompletableFuture<GetCostAndUsageResponse>CostExplorerAsyncClient. getCostAndUsage(GetCostAndUsageRequest getCostAndUsageRequest)Retrieves cost and usage metrics for your account.
-