| 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 |
|---|---|
ListAnomalyDetectorsResult |
AbstractAmazonLookoutMetrics.listAnomalyDetectors(ListAnomalyDetectorsRequest request) |
ListAnomalyDetectorsResult |
AmazonLookoutMetricsClient.listAnomalyDetectors(ListAnomalyDetectorsRequest request)
Lists the detectors in the current AWS Region.
|
ListAnomalyDetectorsResult |
AmazonLookoutMetrics.listAnomalyDetectors(ListAnomalyDetectorsRequest listAnomalyDetectorsRequest)
Lists the detectors in the current AWS Region.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListAnomalyDetectorsResult> |
AbstractAmazonLookoutMetricsAsync.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.
|
Future<ListAnomalyDetectorsResult> |
AmazonLookoutMetricsAsyncClient.listAnomalyDetectorsAsync(ListAnomalyDetectorsRequest request,
AsyncHandler<ListAnomalyDetectorsRequest,ListAnomalyDetectorsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListAnomalyDetectorsResult |
ListAnomalyDetectorsResult.clone() |
ListAnomalyDetectorsResult |
ListAnomalyDetectorsResult.withAnomalyDetectorSummaryList(AnomalyDetectorSummary... anomalyDetectorSummaryList)
A list of anomaly detectors in the account in the current region.
|
ListAnomalyDetectorsResult |
ListAnomalyDetectorsResult.withAnomalyDetectorSummaryList(Collection<AnomalyDetectorSummary> anomalyDetectorSummaryList)
A list of anomaly detectors in the account in the current region.
|
ListAnomalyDetectorsResult |
ListAnomalyDetectorsResult.withNextToken(String nextToken)
If the response is truncated, the service returns this token.
|
Copyright © 2023. All rights reserved.