| Package | Description |
|---|---|
| com.amazonaws.services.devopsguru.model |
| Modifier and Type | Method and Description |
|---|---|
ReactiveAnomalySummary |
ReactiveAnomalySummary.clone() |
ReactiveAnomalySummary |
ReactiveAnomalySummary.withAnomalyTimeRange(AnomalyTimeRange anomalyTimeRange) |
ReactiveAnomalySummary |
ReactiveAnomalySummary.withAssociatedInsightId(String associatedInsightId)
The ID of the insight that contains this anomaly.
|
ReactiveAnomalySummary |
ReactiveAnomalySummary.withId(String id)
The ID of the reactive anomaly.
|
ReactiveAnomalySummary |
ReactiveAnomalySummary.withResourceCollection(ResourceCollection resourceCollection) |
ReactiveAnomalySummary |
ReactiveAnomalySummary.withSeverity(AnomalySeverity severity)
The severity of the reactive anomaly.
|
ReactiveAnomalySummary |
ReactiveAnomalySummary.withSeverity(String severity)
The severity of the reactive anomaly.
|
ReactiveAnomalySummary |
ReactiveAnomalySummary.withSourceDetails(AnomalySourceDetails sourceDetails)
Details about the source of the analyzed operational data that triggered the anomaly.
|
ReactiveAnomalySummary |
ReactiveAnomalySummary.withStatus(AnomalyStatus status)
The status of the reactive anomaly.
|
ReactiveAnomalySummary |
ReactiveAnomalySummary.withStatus(String status)
The status of the reactive anomaly.
|
| Modifier and Type | Method and Description |
|---|---|
List<ReactiveAnomalySummary> |
ListAnomaliesForInsightResult.getReactiveAnomalies()
An array of
ReactiveAnomalySummary objects that represent the requested anomalies |
| Modifier and Type | Method and Description |
|---|---|
ListAnomaliesForInsightResult |
ListAnomaliesForInsightResult.withReactiveAnomalies(ReactiveAnomalySummary... reactiveAnomalies)
An array of
ReactiveAnomalySummary objects that represent the requested anomalies |
| Modifier and Type | Method and Description |
|---|---|
void |
ListAnomaliesForInsightResult.setReactiveAnomalies(Collection<ReactiveAnomalySummary> reactiveAnomalies)
An array of
ReactiveAnomalySummary objects that represent the requested anomalies |
ListAnomaliesForInsightResult |
ListAnomaliesForInsightResult.withReactiveAnomalies(Collection<ReactiveAnomalySummary> reactiveAnomalies)
An array of
ReactiveAnomalySummary objects that represent the requested anomalies |
Copyright © 2021. All rights reserved.