| Package | Description |
|---|---|
| com.amazonaws.services.devopsguru.model |
| Modifier and Type | Method and Description |
|---|---|
ProactiveAnomaly |
ProactiveAnomaly.clone() |
ProactiveAnomaly |
DescribeAnomalyResult.getProactiveAnomaly()
An
ReactiveAnomaly object that represents the requested anomaly. |
ProactiveAnomaly |
ProactiveAnomaly.withAnomalyTimeRange(AnomalyTimeRange anomalyTimeRange) |
ProactiveAnomaly |
ProactiveAnomaly.withAssociatedInsightId(String associatedInsightId)
The ID of the insight that contains this anomaly.
|
ProactiveAnomaly |
ProactiveAnomaly.withId(String id)
The ID of a proactive anomaly.
|
ProactiveAnomaly |
ProactiveAnomaly.withLimit(Double limit)
A threshold that was exceeded by behavior in analyzed resources.
|
ProactiveAnomaly |
ProactiveAnomaly.withPredictionTimeRange(PredictionTimeRange predictionTimeRange) |
ProactiveAnomaly |
ProactiveAnomaly.withResourceCollection(ResourceCollection resourceCollection) |
ProactiveAnomaly |
ProactiveAnomaly.withSeverity(AnomalySeverity severity)
The severity of a proactive anomaly.
|
ProactiveAnomaly |
ProactiveAnomaly.withSeverity(String severity)
The severity of a proactive anomaly.
|
ProactiveAnomaly |
ProactiveAnomaly.withSourceDetails(AnomalySourceDetails sourceDetails)
Details about the source of the analyzed operational data that triggered the anomaly.
|
ProactiveAnomaly |
ProactiveAnomaly.withStatus(AnomalyStatus status)
The status of a proactive anomaly.
|
ProactiveAnomaly |
ProactiveAnomaly.withStatus(String status)
The status of a proactive anomaly.
|
ProactiveAnomaly |
ProactiveAnomaly.withUpdateTime(Date updateTime)
The time of the anomaly's most recent update.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeAnomalyResult.setProactiveAnomaly(ProactiveAnomaly proactiveAnomaly)
An
ReactiveAnomaly object that represents the requested anomaly. |
DescribeAnomalyResult |
DescribeAnomalyResult.withProactiveAnomaly(ProactiveAnomaly proactiveAnomaly)
An
ReactiveAnomaly object that represents the requested anomaly. |
Copyright © 2021. All rights reserved.