| Package | Description |
|---|---|
| com.amazonaws.services.devopsguru.model |
| Modifier and Type | Method and Description |
|---|---|
ReactiveAnomaly |
ReactiveAnomaly.clone() |
ReactiveAnomaly |
DescribeAnomalyResult.getReactiveAnomaly()
A
ReactiveAnomaly object that represents the requested anomaly. |
ReactiveAnomaly |
ReactiveAnomaly.withAnomalyReportedTimeRange(AnomalyReportedTimeRange anomalyReportedTimeRange)
An
AnomalyReportedTimeRange object that specifies the time range between when the anomaly is opened
and the time when it is closed. |
ReactiveAnomaly |
ReactiveAnomaly.withAnomalyResources(AnomalyResource... anomalyResources)
The Amazon Web Services resources in which anomalous behavior was detected by DevOps Guru.
|
ReactiveAnomaly |
ReactiveAnomaly.withAnomalyResources(Collection<AnomalyResource> anomalyResources)
The Amazon Web Services resources in which anomalous behavior was detected by DevOps Guru.
|
ReactiveAnomaly |
ReactiveAnomaly.withAnomalyTimeRange(AnomalyTimeRange anomalyTimeRange) |
ReactiveAnomaly |
ReactiveAnomaly.withAssociatedInsightId(String associatedInsightId)
The ID of the insight that contains this anomaly.
|
ReactiveAnomaly |
ReactiveAnomaly.withCausalAnomalyId(String causalAnomalyId)
The ID of the causal anomaly that is associated with this reactive anomaly.
|
ReactiveAnomaly |
ReactiveAnomaly.withDescription(String description)
A description of the reactive anomaly.
|
ReactiveAnomaly |
ReactiveAnomaly.withId(String id)
The ID of the reactive anomaly.
|
ReactiveAnomaly |
ReactiveAnomaly.withName(String name)
The name 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.
|
ReactiveAnomaly |
ReactiveAnomaly.withType(AnomalyType type)
The type of the reactive anomaly.
|
ReactiveAnomaly |
ReactiveAnomaly.withType(String type)
The type of the reactive anomaly.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeAnomalyResult.setReactiveAnomaly(ReactiveAnomaly reactiveAnomaly)
A
ReactiveAnomaly object that represents the requested anomaly. |
DescribeAnomalyResult |
DescribeAnomalyResult.withReactiveAnomaly(ReactiveAnomaly reactiveAnomaly)
A
ReactiveAnomaly object that represents the requested anomaly. |
Copyright © 2022. All rights reserved.