| Package | Description |
|---|---|
| com.amazonaws.services.lookoutmetrics.model |
| Modifier and Type | Method and Description |
|---|---|
AnomalyGroup |
AnomalyGroup.clone() |
AnomalyGroup |
GetAnomalyGroupResult.getAnomalyGroup()
Details about the anomaly group.
|
AnomalyGroup |
AnomalyGroup.withAnomalyGroupId(String anomalyGroupId)
The ID of the anomaly group.
|
AnomalyGroup |
AnomalyGroup.withAnomalyGroupScore(Double anomalyGroupScore)
The severity score of the group.
|
AnomalyGroup |
AnomalyGroup.withEndTime(String endTime)
The end time for the group.
|
AnomalyGroup |
AnomalyGroup.withMetricLevelImpactList(Collection<MetricLevelImpact> metricLevelImpactList)
A list of measures affected by the anomaly.
|
AnomalyGroup |
AnomalyGroup.withMetricLevelImpactList(MetricLevelImpact... metricLevelImpactList)
A list of measures affected by the anomaly.
|
AnomalyGroup |
AnomalyGroup.withPrimaryMetricName(String primaryMetricName)
The name of the primary affected measure for the group.
|
AnomalyGroup |
AnomalyGroup.withStartTime(String startTime)
The start time for the group.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetAnomalyGroupResult.setAnomalyGroup(AnomalyGroup anomalyGroup)
Details about the anomaly group.
|
GetAnomalyGroupResult |
GetAnomalyGroupResult.withAnomalyGroup(AnomalyGroup anomalyGroup)
Details about the anomaly group.
|
Copyright © 2024. All rights reserved.