| 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 |
|---|---|
CreateWhatIfForecastResult |
AbstractAmazonForecast.createWhatIfForecast(CreateWhatIfForecastRequest request) |
CreateWhatIfForecastResult |
AmazonForecastClient.createWhatIfForecast(CreateWhatIfForecastRequest request)
A what-if forecast is a forecast that is created from a modified version of the baseline forecast.
|
CreateWhatIfForecastResult |
AmazonForecast.createWhatIfForecast(CreateWhatIfForecastRequest createWhatIfForecastRequest)
A what-if forecast is a forecast that is created from a modified version of the baseline forecast.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateWhatIfForecastResult> |
AbstractAmazonForecastAsync.createWhatIfForecastAsync(CreateWhatIfForecastRequest request,
AsyncHandler<CreateWhatIfForecastRequest,CreateWhatIfForecastResult> asyncHandler) |
Future<CreateWhatIfForecastResult> |
AmazonForecastAsyncClient.createWhatIfForecastAsync(CreateWhatIfForecastRequest request,
AsyncHandler<CreateWhatIfForecastRequest,CreateWhatIfForecastResult> asyncHandler) |
Future<CreateWhatIfForecastResult> |
AmazonForecastAsync.createWhatIfForecastAsync(CreateWhatIfForecastRequest createWhatIfForecastRequest,
AsyncHandler<CreateWhatIfForecastRequest,CreateWhatIfForecastResult> asyncHandler)
A what-if forecast is a forecast that is created from a modified version of the baseline forecast.
|
| Modifier and Type | Method and Description |
|---|---|
CreateWhatIfForecastResult |
CreateWhatIfForecastResult.clone() |
CreateWhatIfForecastResult |
CreateWhatIfForecastResult.withWhatIfForecastArn(String whatIfForecastArn)
The Amazon Resource Name (ARN) of the what-if forecast.
|
Copyright © 2023. All rights reserved.