Uses of Class
software.amazon.awssdk.services.costexplorer.model.GetCostForecastResponse
-
Packages that use GetCostForecastResponse Package Description software.amazon.awssdk.services.costexplorer You can use the Cost Explorer API to programmatically query your cost and usage data. -
-
Uses of GetCostForecastResponse in software.amazon.awssdk.services.costexplorer
Methods in software.amazon.awssdk.services.costexplorer that return GetCostForecastResponse Modifier and Type Method Description default GetCostForecastResponseCostExplorerClient. getCostForecast(Consumer<GetCostForecastRequest.Builder> 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.Methods in software.amazon.awssdk.services.costexplorer that return types with arguments of type GetCostForecastResponse Modifier and Type Method Description default CompletableFuture<GetCostForecastResponse>CostExplorerAsyncClient. getCostForecast(Consumer<GetCostForecastRequest.Builder> 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 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.
-