| 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 |
|---|---|
ListAnomalyGroupRelatedMetricsRequest |
ListAnomalyGroupRelatedMetricsRequest.clone() |
ListAnomalyGroupRelatedMetricsRequest |
ListAnomalyGroupRelatedMetricsRequest.withAnomalyDetectorArn(String anomalyDetectorArn)
The Amazon Resource Name (ARN) of the anomaly detector.
|
ListAnomalyGroupRelatedMetricsRequest |
ListAnomalyGroupRelatedMetricsRequest.withAnomalyGroupId(String anomalyGroupId)
The ID of the anomaly group.
|
ListAnomalyGroupRelatedMetricsRequest |
ListAnomalyGroupRelatedMetricsRequest.withMaxResults(Integer maxResults)
The maximum number of results to return.
|
ListAnomalyGroupRelatedMetricsRequest |
ListAnomalyGroupRelatedMetricsRequest.withNextToken(String nextToken)
Specify the pagination token that's returned by a previous request to retrieve the next page of results.
|
ListAnomalyGroupRelatedMetricsRequest |
ListAnomalyGroupRelatedMetricsRequest.withRelationshipTypeFilter(RelationshipType relationshipTypeFilter)
Filter for potential causes (
CAUSE_OF_INPUT_ANOMALY_GROUP) or downstream effects (
EFFECT_OF_INPUT_ANOMALY_GROUP) of the anomaly group. |
ListAnomalyGroupRelatedMetricsRequest |
ListAnomalyGroupRelatedMetricsRequest.withRelationshipTypeFilter(String relationshipTypeFilter)
Filter for potential causes (
CAUSE_OF_INPUT_ANOMALY_GROUP) or downstream effects (
EFFECT_OF_INPUT_ANOMALY_GROUP) of the anomaly group. |
Copyright © 2025. All rights reserved.