| Package | Description |
|---|---|
| com.amazonaws.services.lookoutmetrics.model |
| Modifier and Type | Method and Description |
|---|---|
InterMetricImpactDetails |
InterMetricImpactDetails.clone() |
InterMetricImpactDetails |
InterMetricImpactDetails.withAnomalyGroupId(String anomalyGroupId)
The ID of the anomaly group.
|
InterMetricImpactDetails |
InterMetricImpactDetails.withContributionPercentage(Double contributionPercentage)
For potential causes (
CAUSE_OF_INPUT_ANOMALY_GROUP), the percentage contribution the measure has in
causing the anomalies. |
InterMetricImpactDetails |
InterMetricImpactDetails.withMetricName(String metricName)
The name of the measure.
|
InterMetricImpactDetails |
InterMetricImpactDetails.withRelationshipType(RelationshipType relationshipType)
Whether a measure is a potential cause of the anomaly group (
CAUSE_OF_INPUT_ANOMALY_GROUP), or
whether the measure is impacted by the anomaly group (EFFECT_OF_INPUT_ANOMALY_GROUP). |
InterMetricImpactDetails |
InterMetricImpactDetails.withRelationshipType(String relationshipType)
Whether a measure is a potential cause of the anomaly group (
CAUSE_OF_INPUT_ANOMALY_GROUP), or
whether the measure is impacted by the anomaly group (EFFECT_OF_INPUT_ANOMALY_GROUP). |
| Modifier and Type | Method and Description |
|---|---|
List<InterMetricImpactDetails> |
ListAnomalyGroupRelatedMetricsResult.getInterMetricImpactList()
Aggregated details about the measures contributing to the anomaly group, and the measures potentially impacted by
the anomaly group.
|
| Modifier and Type | Method and Description |
|---|---|
ListAnomalyGroupRelatedMetricsResult |
ListAnomalyGroupRelatedMetricsResult.withInterMetricImpactList(InterMetricImpactDetails... interMetricImpactList)
Aggregated details about the measures contributing to the anomaly group, and the measures potentially impacted by
the anomaly group.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListAnomalyGroupRelatedMetricsResult.setInterMetricImpactList(Collection<InterMetricImpactDetails> interMetricImpactList)
Aggregated details about the measures contributing to the anomaly group, and the measures potentially impacted by
the anomaly group.
|
ListAnomalyGroupRelatedMetricsResult |
ListAnomalyGroupRelatedMetricsResult.withInterMetricImpactList(Collection<InterMetricImpactDetails> interMetricImpactList)
Aggregated details about the measures contributing to the anomaly group, and the measures potentially impacted by
the anomaly group.
|
Copyright © 2023. All rights reserved.