| 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<CreateWhatIfForecastResult> |
AbstractAmazonForecastAsync.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.
|
Future<CreateWhatIfForecastResult> |
AmazonForecastAsyncClient.createWhatIfForecastAsync(CreateWhatIfForecastRequest request,
AsyncHandler<CreateWhatIfForecastRequest,CreateWhatIfForecastResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateWhatIfForecastRequest |
CreateWhatIfForecastRequest.clone() |
CreateWhatIfForecastRequest |
CreateWhatIfForecastRequest.withTags(Collection<Tag> tags)
A list of tags to
apply to the what if forecast.
|
CreateWhatIfForecastRequest |
CreateWhatIfForecastRequest.withTags(Tag... tags)
A list of tags to
apply to the what if forecast.
|
CreateWhatIfForecastRequest |
CreateWhatIfForecastRequest.withTimeSeriesReplacementsDataSource(TimeSeriesReplacementsDataSource timeSeriesReplacementsDataSource)
The replacement time series dataset, which contains the rows that you want to change in the related time series
dataset.
|
CreateWhatIfForecastRequest |
CreateWhatIfForecastRequest.withTimeSeriesTransformations(Collection<TimeSeriesTransformation> timeSeriesTransformations)
The transformations that are applied to the baseline time series.
|
CreateWhatIfForecastRequest |
CreateWhatIfForecastRequest.withTimeSeriesTransformations(TimeSeriesTransformation... timeSeriesTransformations)
The transformations that are applied to the baseline time series.
|
CreateWhatIfForecastRequest |
CreateWhatIfForecastRequest.withWhatIfAnalysisArn(String whatIfAnalysisArn)
The Amazon Resource Name (ARN) of the what-if analysis.
|
CreateWhatIfForecastRequest |
CreateWhatIfForecastRequest.withWhatIfForecastName(String whatIfForecastName)
The name of the what-if forecast.
|
Copyright © 2024. All rights reserved.