| Package | Description |
|---|---|
| software.amazon.awssdk.services.devopsguru.model |
| Modifier and Type | Method and Description |
|---|---|
static AnomalySourceDetails.Builder |
AnomalySourceDetails.builder() |
AnomalySourceDetails.Builder |
AnomalySourceDetails.Builder.cloudWatchMetrics(CloudWatchMetricsDetail... cloudWatchMetrics)
An array of
CloudWatchMetricsDetail objects that contain information about analyzed CloudWatch
metrics that show anomalous behavior. |
AnomalySourceDetails.Builder |
AnomalySourceDetails.Builder.cloudWatchMetrics(Collection<CloudWatchMetricsDetail> cloudWatchMetrics)
An array of
CloudWatchMetricsDetail objects that contain information about analyzed CloudWatch
metrics that show anomalous behavior. |
AnomalySourceDetails.Builder |
AnomalySourceDetails.Builder.cloudWatchMetrics(Consumer<CloudWatchMetricsDetail.Builder>... cloudWatchMetrics)
An array of
CloudWatchMetricsDetail objects that contain information about analyzed CloudWatch
metrics that show anomalous behavior. |
AnomalySourceDetails.Builder |
AnomalySourceDetails.Builder.performanceInsightsMetrics(Collection<PerformanceInsightsMetricsDetail> performanceInsightsMetrics)
An array of
PerformanceInsightsMetricsDetail objects that contain information about analyzed
Performance Insights metrics that show anomalous behavior. |
AnomalySourceDetails.Builder |
AnomalySourceDetails.Builder.performanceInsightsMetrics(Consumer<PerformanceInsightsMetricsDetail.Builder>... performanceInsightsMetrics)
An array of
PerformanceInsightsMetricsDetail objects that contain information about analyzed
Performance Insights metrics that show anomalous behavior. |
AnomalySourceDetails.Builder |
AnomalySourceDetails.Builder.performanceInsightsMetrics(PerformanceInsightsMetricsDetail... performanceInsightsMetrics)
An array of
PerformanceInsightsMetricsDetail objects that contain information about analyzed
Performance Insights metrics that show anomalous behavior. |
AnomalySourceDetails.Builder |
AnomalySourceDetails.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AnomalySourceDetails.Builder> |
AnomalySourceDetails.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ProactiveAnomaly.Builder |
ProactiveAnomaly.Builder.sourceDetails(Consumer<AnomalySourceDetails.Builder> sourceDetails)
Details about the source of the analyzed operational data that triggered the anomaly.
|
default ProactiveAnomalySummary.Builder |
ProactiveAnomalySummary.Builder.sourceDetails(Consumer<AnomalySourceDetails.Builder> sourceDetails)
Details about the source of the analyzed operational data that triggered the anomaly.
|
default ReactiveAnomaly.Builder |
ReactiveAnomaly.Builder.sourceDetails(Consumer<AnomalySourceDetails.Builder> sourceDetails)
Details about the source of the analyzed operational data that triggered the anomaly.
|
default ReactiveAnomalySummary.Builder |
ReactiveAnomalySummary.Builder.sourceDetails(Consumer<AnomalySourceDetails.Builder> sourceDetails)
Details about the source of the analyzed operational data that triggered the anomaly.
|
Copyright © 2023. All rights reserved.