| Package | Description |
|---|---|
| com.amazonaws.services.lookoutmetrics |
This is the Amazon Lookout for Metrics API Reference.
|
| com.amazonaws.services.lookoutmetrics.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListAnomalyDetectorsResult> |
AbstractAmazonLookoutMetricsAsync.listAnomalyDetectorsAsync(ListAnomalyDetectorsRequest request,
AsyncHandler<ListAnomalyDetectorsRequest,ListAnomalyDetectorsResult> asyncHandler) |
Future<ListAnomalyDetectorsResult> |
AmazonLookoutMetricsAsyncClient.listAnomalyDetectorsAsync(ListAnomalyDetectorsRequest request,
AsyncHandler<ListAnomalyDetectorsRequest,ListAnomalyDetectorsResult> asyncHandler) |
Future<ListAnomalyDetectorsResult> |
AmazonLookoutMetricsAsync.listAnomalyDetectorsAsync(ListAnomalyDetectorsRequest listAnomalyDetectorsRequest,
AsyncHandler<ListAnomalyDetectorsRequest,ListAnomalyDetectorsResult> asyncHandler)
Lists the detectors in the current AWS Region.
|
| Modifier and Type | Method and Description |
|---|---|
ListAnomalyDetectorsRequest |
ListAnomalyDetectorsRequest.clone() |
ListAnomalyDetectorsRequest |
ListAnomalyDetectorsRequest.withMaxResults(Integer maxResults)
The maximum number of results to return.
|
ListAnomalyDetectorsRequest |
ListAnomalyDetectorsRequest.withNextToken(String nextToken)
If the result of the previous request was truncated, the response includes a
NextToken. |
Copyright © 2022. All rights reserved.