Uses of Class
software.amazon.awssdk.services.costexplorer.model.GetUsageForecastResponse
-
Packages that use GetUsageForecastResponse Package Description software.amazon.awssdk.services.costexplorer You can use the Cost Explorer API to programmatically query your cost and usage data. -
-
Uses of GetUsageForecastResponse in software.amazon.awssdk.services.costexplorer
Methods in software.amazon.awssdk.services.costexplorer that return GetUsageForecastResponse Modifier and Type Method Description default GetUsageForecastResponseCostExplorerClient. getUsageForecast(Consumer<GetUsageForecastRequest.Builder> getUsageForecastRequest)Retrieves a forecast for how much Amazon Web Services predicts that you will use over the forecast time period that you select, based on your past usage.default GetUsageForecastResponseCostExplorerClient. getUsageForecast(GetUsageForecastRequest getUsageForecastRequest)Retrieves a forecast for how much Amazon Web Services predicts that you will use over the forecast time period that you select, based on your past usage.Methods in software.amazon.awssdk.services.costexplorer that return types with arguments of type GetUsageForecastResponse Modifier and Type Method Description default CompletableFuture<GetUsageForecastResponse>CostExplorerAsyncClient. getUsageForecast(Consumer<GetUsageForecastRequest.Builder> getUsageForecastRequest)Retrieves a forecast for how much Amazon Web Services predicts that you will use over the forecast time period that you select, based on your past usage.default CompletableFuture<GetUsageForecastResponse>CostExplorerAsyncClient. getUsageForecast(GetUsageForecastRequest getUsageForecastRequest)Retrieves a forecast for how much Amazon Web Services predicts that you will use over the forecast time period that you select, based on your past usage.
-