| Package | Description |
|---|---|
| com.amazonaws.services.devopsguru.model |
| Modifier and Type | Method and Description |
|---|---|
ReactiveAnomaly |
ReactiveAnomaly.clone() |
ReactiveAnomaly |
DescribeAnomalyResult.getReactiveAnomaly()
A
ProactiveAnomaly object that represents the requested anomaly. |
ReactiveAnomaly |
ReactiveAnomaly.withAnomalyReportedTimeRange(AnomalyReportedTimeRange anomalyReportedTimeRange)
A
AnomalyReportedTimeRange object that specifies the time range between when the anomaly is opened
and the time when it is closed. |
ReactiveAnomaly |
ReactiveAnomaly.withAnomalyTimeRange(AnomalyTimeRange anomalyTimeRange) |
ReactiveAnomaly |
ReactiveAnomaly.withAssociatedInsightId(String associatedInsightId)
The ID of the insight that contains this anomaly.
|
ReactiveAnomaly |
ReactiveAnomaly.withId(String id)
The ID of the reactive anomaly.
|
ReactiveAnomaly |
ReactiveAnomaly.withResourceCollection(ResourceCollection resourceCollection) |
ReactiveAnomaly |
ReactiveAnomaly.withSeverity(AnomalySeverity severity)
The severity of the anomaly.
|
ReactiveAnomaly |
ReactiveAnomaly.withSeverity(String severity)
The severity of the anomaly.
|
ReactiveAnomaly |
ReactiveAnomaly.withSourceDetails(AnomalySourceDetails sourceDetails)
Details about the source of the analyzed operational data that triggered the anomaly.
|
ReactiveAnomaly |
ReactiveAnomaly.withStatus(AnomalyStatus status)
The status of the anomaly.
|
ReactiveAnomaly |
ReactiveAnomaly.withStatus(String status)
The status of the anomaly.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeAnomalyResult.setReactiveAnomaly(ReactiveAnomaly reactiveAnomaly)
A
ProactiveAnomaly object that represents the requested anomaly. |
DescribeAnomalyResult |
DescribeAnomalyResult.withReactiveAnomaly(ReactiveAnomaly reactiveAnomaly)
A
ProactiveAnomaly object that represents the requested anomaly. |
Copyright © 2021. All rights reserved.