| Package | Description |
|---|---|
| com.amazonaws.services.forecast |
Provides APIs for creating and managing Amazon Forecast resources.
|
| com.amazonaws.services.forecast.model |
| Modifier and Type | Method and Description |
|---|---|
ListWhatIfForecastsResult |
AbstractAmazonForecast.listWhatIfForecasts(ListWhatIfForecastsRequest request) |
ListWhatIfForecastsResult |
AmazonForecastClient.listWhatIfForecasts(ListWhatIfForecastsRequest request)
Returns a list of what-if forecasts created using the CreateWhatIfForecast operation.
|
ListWhatIfForecastsResult |
AmazonForecast.listWhatIfForecasts(ListWhatIfForecastsRequest listWhatIfForecastsRequest)
Returns a list of what-if forecasts created using the CreateWhatIfForecast operation.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListWhatIfForecastsResult> |
AbstractAmazonForecastAsync.listWhatIfForecastsAsync(ListWhatIfForecastsRequest request,
AsyncHandler<ListWhatIfForecastsRequest,ListWhatIfForecastsResult> asyncHandler) |
Future<ListWhatIfForecastsResult> |
AmazonForecastAsyncClient.listWhatIfForecastsAsync(ListWhatIfForecastsRequest request,
AsyncHandler<ListWhatIfForecastsRequest,ListWhatIfForecastsResult> asyncHandler) |
Future<ListWhatIfForecastsResult> |
AmazonForecastAsync.listWhatIfForecastsAsync(ListWhatIfForecastsRequest listWhatIfForecastsRequest,
AsyncHandler<ListWhatIfForecastsRequest,ListWhatIfForecastsResult> asyncHandler)
Returns a list of what-if forecasts created using the CreateWhatIfForecast operation.
|
| Modifier and Type | Method and Description |
|---|---|
ListWhatIfForecastsResult |
ListWhatIfForecastsResult.clone() |
ListWhatIfForecastsResult |
ListWhatIfForecastsResult.withNextToken(String nextToken)
If the result of the previous request was truncated, the response includes a
NextToken. |
ListWhatIfForecastsResult |
ListWhatIfForecastsResult.withWhatIfForecasts(Collection<WhatIfForecastSummary> whatIfForecasts)
An array of
WhatIfForecasts objects that describe the matched forecasts. |
ListWhatIfForecastsResult |
ListWhatIfForecastsResult.withWhatIfForecasts(WhatIfForecastSummary... whatIfForecasts)
An array of
WhatIfForecasts objects that describe the matched forecasts. |
Copyright © 2024. All rights reserved.