Uses of Class
software.amazon.awssdk.services.costexplorer.model.GetSavingsPlansUtilizationResponse
-
Packages that use GetSavingsPlansUtilizationResponse Package Description software.amazon.awssdk.services.costexplorer You can use the Cost Explorer API to programmatically query your cost and usage data. -
-
Uses of GetSavingsPlansUtilizationResponse in software.amazon.awssdk.services.costexplorer
Methods in software.amazon.awssdk.services.costexplorer that return GetSavingsPlansUtilizationResponse Modifier and Type Method Description default GetSavingsPlansUtilizationResponseCostExplorerClient. getSavingsPlansUtilization(Consumer<GetSavingsPlansUtilizationRequest.Builder> getSavingsPlansUtilizationRequest)Retrieves the Savings Plans utilization for your account across date ranges with daily or monthly granularity.default GetSavingsPlansUtilizationResponseCostExplorerClient. getSavingsPlansUtilization(GetSavingsPlansUtilizationRequest getSavingsPlansUtilizationRequest)Retrieves the Savings Plans utilization for your account across date ranges with daily or monthly granularity.Methods in software.amazon.awssdk.services.costexplorer that return types with arguments of type GetSavingsPlansUtilizationResponse Modifier and Type Method Description default CompletableFuture<GetSavingsPlansUtilizationResponse>CostExplorerAsyncClient. getSavingsPlansUtilization(Consumer<GetSavingsPlansUtilizationRequest.Builder> getSavingsPlansUtilizationRequest)Retrieves the Savings Plans utilization for your account across date ranges with daily or monthly granularity.default CompletableFuture<GetSavingsPlansUtilizationResponse>CostExplorerAsyncClient. getSavingsPlansUtilization(GetSavingsPlansUtilizationRequest getSavingsPlansUtilizationRequest)Retrieves the Savings Plans utilization for your account across date ranges with daily or monthly granularity.
-