| 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 |
|---|---|
ListWhatIfForecastExportsResult |
AmazonForecastClient.listWhatIfForecastExports(ListWhatIfForecastExportsRequest request)
Returns a list of what-if forecast exports created using the CreateWhatIfForecastExport operation.
|
ListWhatIfForecastExportsResult |
AbstractAmazonForecast.listWhatIfForecastExports(ListWhatIfForecastExportsRequest request) |
ListWhatIfForecastExportsResult |
AmazonForecast.listWhatIfForecastExports(ListWhatIfForecastExportsRequest listWhatIfForecastExportsRequest)
Returns a list of what-if forecast exports created using the CreateWhatIfForecastExport operation.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
Future<ListWhatIfForecastExportsResult> |
AmazonForecastAsyncClient.listWhatIfForecastExportsAsync(ListWhatIfForecastExportsRequest request,
AsyncHandler<ListWhatIfForecastExportsRequest,ListWhatIfForecastExportsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListWhatIfForecastExportsResult |
ListWhatIfForecastExportsResult.clone() |
ListWhatIfForecastExportsResult |
ListWhatIfForecastExportsResult.withNextToken(String nextToken)
If the response is truncated, Forecast returns this token.
|
ListWhatIfForecastExportsResult |
ListWhatIfForecastExportsResult.withWhatIfForecastExports(Collection<WhatIfForecastExportSummary> whatIfForecastExports)
An array of
WhatIfForecastExports objects that describe the matched forecast exports. |
ListWhatIfForecastExportsResult |
ListWhatIfForecastExportsResult.withWhatIfForecastExports(WhatIfForecastExportSummary... whatIfForecastExports)
An array of
WhatIfForecastExports objects that describe the matched forecast exports. |
Copyright © 2024. All rights reserved.