| Package | Description |
|---|---|
| com.amazonaws.services.lookoutmetrics.model |
| Modifier and Type | Method and Description |
|---|---|
MetricLevelImpact |
MetricLevelImpact.clone() |
MetricLevelImpact |
MetricLevelImpact.withContributionMatrix(ContributionMatrix contributionMatrix)
Details about the dimensions that contributed to the anomaly.
|
MetricLevelImpact |
MetricLevelImpact.withMetricName(String metricName)
The name of the measure.
|
MetricLevelImpact |
MetricLevelImpact.withNumTimeSeries(Integer numTimeSeries)
The number of anomalous metrics for the measure.
|
| Modifier and Type | Method and Description |
|---|---|
List<MetricLevelImpact> |
AnomalyGroup.getMetricLevelImpactList()
A list of measures affected by the anomaly.
|
| Modifier and Type | Method and Description |
|---|---|
AnomalyGroup |
AnomalyGroup.withMetricLevelImpactList(MetricLevelImpact... metricLevelImpactList)
A list of measures affected by the anomaly.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AnomalyGroup.setMetricLevelImpactList(Collection<MetricLevelImpact> metricLevelImpactList)
A list of measures affected by the anomaly.
|
AnomalyGroup |
AnomalyGroup.withMetricLevelImpactList(Collection<MetricLevelImpact> metricLevelImpactList)
A list of measures affected by the anomaly.
|
Copyright © 2023. All rights reserved.