| 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<ListAnomalyGroupSummariesResult> |
AmazonLookoutMetricsAsyncClient.listAnomalyGroupSummariesAsync(ListAnomalyGroupSummariesRequest request,
AsyncHandler<ListAnomalyGroupSummariesRequest,ListAnomalyGroupSummariesResult> asyncHandler) |
Future<ListAnomalyGroupSummariesResult> |
AbstractAmazonLookoutMetricsAsync.listAnomalyGroupSummariesAsync(ListAnomalyGroupSummariesRequest request,
AsyncHandler<ListAnomalyGroupSummariesRequest,ListAnomalyGroupSummariesResult> asyncHandler) |
Future<ListAnomalyGroupSummariesResult> |
AmazonLookoutMetricsAsync.listAnomalyGroupSummariesAsync(ListAnomalyGroupSummariesRequest listAnomalyGroupSummariesRequest,
AsyncHandler<ListAnomalyGroupSummariesRequest,ListAnomalyGroupSummariesResult> asyncHandler)
Returns a list of anomaly groups.
|
| Modifier and Type | Method and Description |
|---|---|
ListAnomalyGroupSummariesRequest |
ListAnomalyGroupSummariesRequest.clone() |
ListAnomalyGroupSummariesRequest |
ListAnomalyGroupSummariesRequest.withAnomalyDetectorArn(String anomalyDetectorArn)
The Amazon Resource Name (ARN) of the anomaly detector.
|
ListAnomalyGroupSummariesRequest |
ListAnomalyGroupSummariesRequest.withMaxResults(Integer maxResults)
The maximum number of results to return.
|
ListAnomalyGroupSummariesRequest |
ListAnomalyGroupSummariesRequest.withNextToken(String nextToken)
Specify the pagination token that's returned by a previous request to retrieve the next page of results.
|
ListAnomalyGroupSummariesRequest |
ListAnomalyGroupSummariesRequest.withSensitivityThreshold(Integer sensitivityThreshold)
The minimum severity score for inclusion in the output.
|
Copyright © 2023. All rights reserved.