Uses of Class
software.amazon.awssdk.services.costexplorer.model.GetSavingsPlansUtilizationRequest
-
Packages that use GetSavingsPlansUtilizationRequest 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 GetSavingsPlansUtilizationRequest in software.amazon.awssdk.services.costexplorer
Methods in software.amazon.awssdk.services.costexplorer with parameters of type GetSavingsPlansUtilizationRequest Modifier and Type Method Description default CompletableFuture<GetSavingsPlansUtilizationResponse>CostExplorerAsyncClient. getSavingsPlansUtilization(GetSavingsPlansUtilizationRequest 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. -
Uses of GetSavingsPlansUtilizationRequest in software.amazon.awssdk.services.costexplorer.transform
Methods in software.amazon.awssdk.services.costexplorer.transform with parameters of type GetSavingsPlansUtilizationRequest Modifier and Type Method Description SdkHttpFullRequestGetSavingsPlansUtilizationRequestMarshaller. marshall(GetSavingsPlansUtilizationRequest getSavingsPlansUtilizationRequest)
-