| Package | Description |
|---|---|
| com.amazonaws.services.lookoutmetrics.model |
| Modifier and Type | Method and Description |
|---|---|
AnomalyGroupSummary |
AnomalyGroupSummary.clone() |
AnomalyGroupSummary |
AnomalyGroupSummary.withAnomalyGroupId(String anomalyGroupId)
The ID of the anomaly group.
|
AnomalyGroupSummary |
AnomalyGroupSummary.withAnomalyGroupScore(Double anomalyGroupScore)
The severity score of the group.
|
AnomalyGroupSummary |
AnomalyGroupSummary.withEndTime(String endTime)
The end time for the group.
|
AnomalyGroupSummary |
AnomalyGroupSummary.withPrimaryMetricName(String primaryMetricName)
The name of the primary affected measure for the group.
|
AnomalyGroupSummary |
AnomalyGroupSummary.withStartTime(String startTime)
The start time for the group.
|
| Modifier and Type | Method and Description |
|---|---|
List<AnomalyGroupSummary> |
ListAnomalyGroupSummariesResult.getAnomalyGroupSummaryList()
A list of anomaly group summaries.
|
| Modifier and Type | Method and Description |
|---|---|
ListAnomalyGroupSummariesResult |
ListAnomalyGroupSummariesResult.withAnomalyGroupSummaryList(AnomalyGroupSummary... anomalyGroupSummaryList)
A list of anomaly group summaries.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListAnomalyGroupSummariesResult.setAnomalyGroupSummaryList(Collection<AnomalyGroupSummary> anomalyGroupSummaryList)
A list of anomaly group summaries.
|
ListAnomalyGroupSummariesResult |
ListAnomalyGroupSummariesResult.withAnomalyGroupSummaryList(Collection<AnomalyGroupSummary> anomalyGroupSummaryList)
A list of anomaly group summaries.
|
Copyright © 2021. All rights reserved.