| 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<DescribeWhatIfForecastResult> |
AbstractAmazonForecastAsync.describeWhatIfForecastAsync(DescribeWhatIfForecastRequest request,
AsyncHandler<DescribeWhatIfForecastRequest,DescribeWhatIfForecastResult> asyncHandler) |
Future<DescribeWhatIfForecastResult> |
AmazonForecastAsyncClient.describeWhatIfForecastAsync(DescribeWhatIfForecastRequest request,
AsyncHandler<DescribeWhatIfForecastRequest,DescribeWhatIfForecastResult> asyncHandler) |
Future<DescribeWhatIfForecastResult> |
AmazonForecastAsync.describeWhatIfForecastAsync(DescribeWhatIfForecastRequest describeWhatIfForecastRequest,
AsyncHandler<DescribeWhatIfForecastRequest,DescribeWhatIfForecastResult> asyncHandler)
Describes the what-if forecast created using the CreateWhatIfForecast operation.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeWhatIfForecastRequest |
DescribeWhatIfForecastRequest.clone() |
DescribeWhatIfForecastRequest |
DescribeWhatIfForecastRequest.withWhatIfForecastArn(String whatIfForecastArn)
The Amazon Resource Name (ARN) of the what-if forecast that you are interested in.
|
Copyright © 2023. All rights reserved.