| Package | Description |
|---|---|
| com.amazonaws.services.devopsguru.model |
| Modifier and Type | Method and Description |
|---|---|
PerformanceInsightsStat |
PerformanceInsightsStat.clone() |
PerformanceInsightsStat |
PerformanceInsightsStat.withType(String type)
The statistic type.
|
PerformanceInsightsStat |
PerformanceInsightsStat.withValue(Double value)
The value of the statistic.
|
| Modifier and Type | Method and Description |
|---|---|
List<PerformanceInsightsStat> |
PerformanceInsightsMetricsDetail.getStatsAtAnomaly()
The metric statistics during the anomalous period detected by DevOps Guru;
|
List<PerformanceInsightsStat> |
PerformanceInsightsMetricsDetail.getStatsAtBaseline()
Typical metric statistics that are not considered anomalous.
|
| Modifier and Type | Method and Description |
|---|---|
PerformanceInsightsMetricsDetail |
PerformanceInsightsMetricsDetail.withStatsAtAnomaly(PerformanceInsightsStat... statsAtAnomaly)
The metric statistics during the anomalous period detected by DevOps Guru;
|
PerformanceInsightsMetricsDetail |
PerformanceInsightsMetricsDetail.withStatsAtBaseline(PerformanceInsightsStat... statsAtBaseline)
Typical metric statistics that are not considered anomalous.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PerformanceInsightsMetricsDetail.setStatsAtAnomaly(Collection<PerformanceInsightsStat> statsAtAnomaly)
The metric statistics during the anomalous period detected by DevOps Guru;
|
void |
PerformanceInsightsMetricsDetail.setStatsAtBaseline(Collection<PerformanceInsightsStat> statsAtBaseline)
Typical metric statistics that are not considered anomalous.
|
PerformanceInsightsMetricsDetail |
PerformanceInsightsMetricsDetail.withStatsAtAnomaly(Collection<PerformanceInsightsStat> statsAtAnomaly)
The metric statistics during the anomalous period detected by DevOps Guru;
|
PerformanceInsightsMetricsDetail |
PerformanceInsightsMetricsDetail.withStatsAtBaseline(Collection<PerformanceInsightsStat> statsAtBaseline)
Typical metric statistics that are not considered anomalous.
|
Copyright © 2022. All rights reserved.