| Package | Description |
|---|---|
| com.amazonaws.services.devopsguru.model |
| Modifier and Type | Method and Description |
|---|---|
AnomalySourceDetails |
AnomalySourceDetails.clone() |
AnomalySourceDetails |
ProactiveAnomalySummary.getSourceDetails()
Details about the source of the analyzed operational data that triggered the anomaly.
|
AnomalySourceDetails |
ReactiveAnomaly.getSourceDetails()
Details about the source of the analyzed operational data that triggered the anomaly.
|
AnomalySourceDetails |
ProactiveAnomaly.getSourceDetails()
Details about the source of the analyzed operational data that triggered the anomaly.
|
AnomalySourceDetails |
ReactiveAnomalySummary.getSourceDetails()
Details about the source of the analyzed operational data that triggered the anomaly.
|
AnomalySourceDetails |
AnomalySourceDetails.withCloudWatchMetrics(CloudWatchMetricsDetail... cloudWatchMetrics)
An array of
CloudWatchMetricsDetail objects that contain information about analyzed CloudWatch
metrics that show anomalous behavior. |
AnomalySourceDetails |
AnomalySourceDetails.withCloudWatchMetrics(Collection<CloudWatchMetricsDetail> cloudWatchMetrics)
An array of
CloudWatchMetricsDetail objects that contain information about analyzed CloudWatch
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. |
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 |
ProactiveAnomalySummary.setSourceDetails(AnomalySourceDetails sourceDetails)
Details about the source of the analyzed operational data that triggered the anomaly.
|
void |
ReactiveAnomaly.setSourceDetails(AnomalySourceDetails sourceDetails)
Details about the source of the analyzed operational data that triggered the anomaly.
|
void |
ProactiveAnomaly.setSourceDetails(AnomalySourceDetails sourceDetails)
Details about the source of the analyzed operational data that triggered the anomaly.
|
void |
ReactiveAnomalySummary.setSourceDetails(AnomalySourceDetails sourceDetails)
Details about the source of the analyzed operational data that triggered the anomaly.
|
ProactiveAnomalySummary |
ProactiveAnomalySummary.withSourceDetails(AnomalySourceDetails sourceDetails)
Details about the source of the analyzed operational data that triggered the anomaly.
|
ReactiveAnomaly |
ReactiveAnomaly.withSourceDetails(AnomalySourceDetails sourceDetails)
Details about the source of the analyzed operational data that triggered the anomaly.
|
ProactiveAnomaly |
ProactiveAnomaly.withSourceDetails(AnomalySourceDetails sourceDetails)
Details about the source of the analyzed operational data that triggered the anomaly.
|
ReactiveAnomalySummary |
ReactiveAnomalySummary.withSourceDetails(AnomalySourceDetails sourceDetails)
Details about the source of the analyzed operational data that triggered the anomaly.
|
Copyright © 2023. All rights reserved.