| Package | Description |
|---|---|
| com.amazonaws.services.devopsguru.model |
| Modifier and Type | Method and Description |
|---|---|
PerformanceInsightsMetricsDetail |
PerformanceInsightsMetricsDetail.clone() |
PerformanceInsightsMetricsDetail |
PerformanceInsightsMetricsDetail.withMetricDisplayName(String metricDisplayName)
The name used for a specific Performance Insights metric.
|
PerformanceInsightsMetricsDetail |
PerformanceInsightsMetricsDetail.withMetricQuery(PerformanceInsightsMetricQuery metricQuery)
A single query to be processed for the metric.
|
PerformanceInsightsMetricsDetail |
PerformanceInsightsMetricsDetail.withReferenceData(Collection<PerformanceInsightsReferenceData> referenceData)
For more information, see
PerformanceInsightsReferenceData
. |
PerformanceInsightsMetricsDetail |
PerformanceInsightsMetricsDetail.withReferenceData(PerformanceInsightsReferenceData... referenceData)
For more information, see
PerformanceInsightsReferenceData
. |
PerformanceInsightsMetricsDetail |
PerformanceInsightsMetricsDetail.withStatsAtAnomaly(Collection<PerformanceInsightsStat> statsAtAnomaly)
The metric statistics during the anomalous period detected by DevOps Guru;
|
PerformanceInsightsMetricsDetail |
PerformanceInsightsMetricsDetail.withStatsAtAnomaly(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.
|
PerformanceInsightsMetricsDetail |
PerformanceInsightsMetricsDetail.withStatsAtBaseline(PerformanceInsightsStat... statsAtBaseline)
Typical metric statistics that are not considered anomalous.
|
PerformanceInsightsMetricsDetail |
PerformanceInsightsMetricsDetail.withUnit(String unit)
The unit of measure for a metric.
|
| Modifier and Type | Method and Description |
|---|---|
List<PerformanceInsightsMetricsDetail> |
AnomalySourceDetails.getPerformanceInsightsMetrics()
An array of
PerformanceInsightsMetricsDetail objects that contain information about analyzed
Performance Insights metrics that show anomalous behavior. |
| Modifier and Type | Method and Description |
|---|---|
AnomalySourceDetails |
AnomalySourceDetails.withPerformanceInsightsMetrics(PerformanceInsightsMetricsDetail... performanceInsightsMetrics)
An array of
PerformanceInsightsMetricsDetail objects that contain information about analyzed
Performance Insights metrics that show anomalous behavior. |
| Modifier and Type | Method and Description |
|---|---|
void |
AnomalySourceDetails.setPerformanceInsightsMetrics(Collection<PerformanceInsightsMetricsDetail> performanceInsightsMetrics)
An array of
PerformanceInsightsMetricsDetail objects that contain information about analyzed
Performance Insights metrics that show anomalous behavior. |
AnomalySourceDetails |
AnomalySourceDetails.withPerformanceInsightsMetrics(Collection<PerformanceInsightsMetricsDetail> performanceInsightsMetrics)
An array of
PerformanceInsightsMetricsDetail objects that contain information about analyzed
Performance Insights metrics that show anomalous behavior. |
Copyright © 2024. All rights reserved.