| 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 |
|---|---|
Future<ListWhatIfForecastExportsResult> |
AmazonForecastAsyncClient.listWhatIfForecastExportsAsync(ListWhatIfForecastExportsRequest request,
AsyncHandler<ListWhatIfForecastExportsRequest,ListWhatIfForecastExportsResult> asyncHandler) |
Future<ListWhatIfForecastExportsResult> |
AbstractAmazonForecastAsync.listWhatIfForecastExportsAsync(ListWhatIfForecastExportsRequest request,
AsyncHandler<ListWhatIfForecastExportsRequest,ListWhatIfForecastExportsResult> asyncHandler) |
Future<ListWhatIfForecastExportsResult> |
AmazonForecastAsync.listWhatIfForecastExportsAsync(ListWhatIfForecastExportsRequest listWhatIfForecastExportsRequest,
AsyncHandler<ListWhatIfForecastExportsRequest,ListWhatIfForecastExportsResult> asyncHandler)
Returns a list of what-if forecast exports created using the CreateWhatIfForecastExport operation.
|
| Modifier and Type | Method and Description |
|---|---|
ListWhatIfForecastExportsRequest |
ListWhatIfForecastExportsRequest.clone() |
ListWhatIfForecastExportsRequest |
ListWhatIfForecastExportsRequest.withFilters(Collection<Filter> filters)
An array of filters.
|
ListWhatIfForecastExportsRequest |
ListWhatIfForecastExportsRequest.withFilters(Filter... filters)
An array of filters.
|
ListWhatIfForecastExportsRequest |
ListWhatIfForecastExportsRequest.withMaxResults(Integer maxResults)
The number of items to return in the response.
|
ListWhatIfForecastExportsRequest |
ListWhatIfForecastExportsRequest.withNextToken(String nextToken)
If the result of the previous request was truncated, the response includes a
NextToken. |
Copyright © 2024. All rights reserved.