| Package | Description |
|---|---|
| software.amazon.awssdk.services.devopsguru.model |
| Modifier and Type | Method and Description |
|---|---|
List<PerformanceInsightsStat> |
PerformanceInsightsMetricsDetail.statsAtAnomaly()
The metric statistics during the anomalous period detected by DevOps Guru;
|
List<PerformanceInsightsStat> |
PerformanceInsightsMetricsDetail.statsAtBaseline()
Typical metric statistics that are not considered anomalous.
|
| Modifier and Type | Method and Description |
|---|---|
PerformanceInsightsMetricsDetail.Builder |
PerformanceInsightsMetricsDetail.Builder.statsAtAnomaly(PerformanceInsightsStat... statsAtAnomaly)
The metric statistics during the anomalous period detected by DevOps Guru;
|
PerformanceInsightsMetricsDetail.Builder |
PerformanceInsightsMetricsDetail.Builder.statsAtBaseline(PerformanceInsightsStat... statsAtBaseline)
Typical metric statistics that are not considered anomalous.
|
| Modifier and Type | Method and Description |
|---|---|
PerformanceInsightsMetricsDetail.Builder |
PerformanceInsightsMetricsDetail.Builder.statsAtAnomaly(Collection<PerformanceInsightsStat> statsAtAnomaly)
The metric statistics during the anomalous period detected by DevOps Guru;
|
PerformanceInsightsMetricsDetail.Builder |
PerformanceInsightsMetricsDetail.Builder.statsAtBaseline(Collection<PerformanceInsightsStat> statsAtBaseline)
Typical metric statistics that are not considered anomalous.
|
Copyright © 2023. All rights reserved.