| Package | Description |
|---|---|
| com.amazonaws.services.lookoutmetrics.model |
| Modifier and Type | Method and Description |
|---|---|
AnomalyGroupStatistics |
AnomalyGroupStatistics.clone() |
AnomalyGroupStatistics |
ListAnomalyGroupSummariesResult.getAnomalyGroupStatistics()
Aggregated details about the anomaly groups.
|
AnomalyGroupStatistics |
AnomalyGroupStatistics.withEvaluationStartDate(String evaluationStartDate)
The start of the time range that was searched.
|
AnomalyGroupStatistics |
AnomalyGroupStatistics.withItemizedMetricStatsList(Collection<ItemizedMetricStats> itemizedMetricStatsList)
Statistics for individual metrics within the group.
|
AnomalyGroupStatistics |
AnomalyGroupStatistics.withItemizedMetricStatsList(ItemizedMetricStats... itemizedMetricStatsList)
Statistics for individual metrics within the group.
|
AnomalyGroupStatistics |
AnomalyGroupStatistics.withTotalCount(Integer totalCount)
The number of groups found.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListAnomalyGroupSummariesResult.setAnomalyGroupStatistics(AnomalyGroupStatistics anomalyGroupStatistics)
Aggregated details about the anomaly groups.
|
ListAnomalyGroupSummariesResult |
ListAnomalyGroupSummariesResult.withAnomalyGroupStatistics(AnomalyGroupStatistics anomalyGroupStatistics)
Aggregated details about the anomaly groups.
|
Copyright © 2022. All rights reserved.