| Package | Description |
|---|---|
| com.amazonaws.services.forecastquery |
Provides APIs for creating and managing Amazon Forecast resources.
|
| com.amazonaws.services.forecastquery.model |
| Modifier and Type | Method and Description |
|---|---|
Future<QueryWhatIfForecastResult> |
AbstractAmazonForecastQueryAsync.queryWhatIfForecastAsync(QueryWhatIfForecastRequest request,
AsyncHandler<QueryWhatIfForecastRequest,QueryWhatIfForecastResult> asyncHandler) |
Future<QueryWhatIfForecastResult> |
AmazonForecastQueryAsync.queryWhatIfForecastAsync(QueryWhatIfForecastRequest queryWhatIfForecastRequest,
AsyncHandler<QueryWhatIfForecastRequest,QueryWhatIfForecastResult> asyncHandler)
Retrieves a what-if forecast.
|
Future<QueryWhatIfForecastResult> |
AmazonForecastQueryAsyncClient.queryWhatIfForecastAsync(QueryWhatIfForecastRequest request,
AsyncHandler<QueryWhatIfForecastRequest,QueryWhatIfForecastResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
QueryWhatIfForecastRequest |
QueryWhatIfForecastRequest.addFiltersEntry(String key,
String value)
Add a single Filters entry
|
QueryWhatIfForecastRequest |
QueryWhatIfForecastRequest.clearFiltersEntries()
Removes all the entries added into Filters.
|
QueryWhatIfForecastRequest |
QueryWhatIfForecastRequest.clone() |
QueryWhatIfForecastRequest |
QueryWhatIfForecastRequest.withEndDate(String endDate)
The end date for the what-if forecast.
|
QueryWhatIfForecastRequest |
QueryWhatIfForecastRequest.withFilters(Map<String,String> filters)
The filtering criteria to apply when retrieving the forecast.
|
QueryWhatIfForecastRequest |
QueryWhatIfForecastRequest.withNextToken(String nextToken)
If the result of the previous request was truncated, the response includes a
NextToken. |
QueryWhatIfForecastRequest |
QueryWhatIfForecastRequest.withStartDate(String startDate)
The start date for the what-if forecast.
|
QueryWhatIfForecastRequest |
QueryWhatIfForecastRequest.withWhatIfForecastArn(String whatIfForecastArn)
The Amazon Resource Name (ARN) of the what-if forecast to query.
|
Copyright © 2023. All rights reserved.