Uses of Class
software.amazon.awssdk.services.costexplorer.model.GetCostForecastRequest
-
Packages that use GetCostForecastRequest 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 GetCostForecastRequest in software.amazon.awssdk.services.costexplorer
Methods in software.amazon.awssdk.services.costexplorer with parameters of type GetCostForecastRequest Modifier and Type Method Description default CompletableFuture<GetCostForecastResponse>CostExplorerAsyncClient. getCostForecast(GetCostForecastRequest getCostForecastRequest)Retrieves a forecast for how much Amazon Web Services predicts that you will spend over the forecast time period that you select, based on your past costs.default GetCostForecastResponseCostExplorerClient. getCostForecast(GetCostForecastRequest getCostForecastRequest)Retrieves a forecast for how much Amazon Web Services predicts that you will spend over the forecast time period that you select, based on your past costs. -
Uses of GetCostForecastRequest in software.amazon.awssdk.services.costexplorer.transform
Methods in software.amazon.awssdk.services.costexplorer.transform with parameters of type GetCostForecastRequest Modifier and Type Method Description SdkHttpFullRequestGetCostForecastRequestMarshaller. marshall(GetCostForecastRequest getCostForecastRequest)
-