| 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<ListMonitorsResult> |
AmazonForecastAsyncClient.listMonitorsAsync(ListMonitorsRequest request,
AsyncHandler<ListMonitorsRequest,ListMonitorsResult> asyncHandler) |
Future<ListMonitorsResult> |
AbstractAmazonForecastAsync.listMonitorsAsync(ListMonitorsRequest request,
AsyncHandler<ListMonitorsRequest,ListMonitorsResult> asyncHandler) |
Future<ListMonitorsResult> |
AmazonForecastAsync.listMonitorsAsync(ListMonitorsRequest listMonitorsRequest,
AsyncHandler<ListMonitorsRequest,ListMonitorsResult> asyncHandler)
Returns a list of monitors created with the CreateMonitor operation and CreateAutoPredictor
operation.
|
| Modifier and Type | Method and Description |
|---|---|
ListMonitorsRequest |
ListMonitorsRequest.clone() |
ListMonitorsRequest |
ListMonitorsRequest.withFilters(Collection<Filter> filters)
An array of filters.
|
ListMonitorsRequest |
ListMonitorsRequest.withFilters(Filter... filters)
An array of filters.
|
ListMonitorsRequest |
ListMonitorsRequest.withMaxResults(Integer maxResults)
The maximum number of monitors to include in the response.
|
ListMonitorsRequest |
ListMonitorsRequest.withNextToken(String nextToken)
If the result of the previous request was truncated, the response includes a
NextToken. |
Copyright © 2023. All rights reserved.