| Package | Description |
|---|---|
| com.amazonaws.services.devopsguru.model |
| Modifier and Type | Method and Description |
|---|---|
ProactiveAnomalySummary |
ProactiveAnomalySummary.clone() |
ProactiveAnomalySummary |
ProactiveAnomalySummary.withAnomalyReportedTimeRange(AnomalyReportedTimeRange anomalyReportedTimeRange)
An
AnomalyReportedTimeRange object that specifies the time range between when the anomaly is opened
and the time when it is closed. |
ProactiveAnomalySummary |
ProactiveAnomalySummary.withAnomalyResources(AnomalyResource... anomalyResources)
Information about a resource in which DevOps Guru detected anomalous behavior.
|
ProactiveAnomalySummary |
ProactiveAnomalySummary.withAnomalyResources(Collection<AnomalyResource> anomalyResources)
Information about a resource in which DevOps Guru detected anomalous behavior.
|
ProactiveAnomalySummary |
ProactiveAnomalySummary.withAnomalyTimeRange(AnomalyTimeRange anomalyTimeRange) |
ProactiveAnomalySummary |
ProactiveAnomalySummary.withAssociatedInsightId(String associatedInsightId)
The ID of the insight that contains this anomaly.
|
ProactiveAnomalySummary |
ProactiveAnomalySummary.withDescription(String description)
A description of the proactive anomaly.
|
ProactiveAnomalySummary |
ProactiveAnomalySummary.withId(String id)
The ID of the anomaly.
|
ProactiveAnomalySummary |
ProactiveAnomalySummary.withLimit(Double limit)
A threshold that was exceeded by behavior in analyzed resources.
|
ProactiveAnomalySummary |
ProactiveAnomalySummary.withPredictionTimeRange(PredictionTimeRange predictionTimeRange) |
ProactiveAnomalySummary |
ProactiveAnomalySummary.withResourceCollection(ResourceCollection resourceCollection) |
ProactiveAnomalySummary |
ProactiveAnomalySummary.withSeverity(AnomalySeverity severity)
The severity of the anomaly.
|
ProactiveAnomalySummary |
ProactiveAnomalySummary.withSeverity(String severity)
The severity of the anomaly.
|
ProactiveAnomalySummary |
ProactiveAnomalySummary.withSourceDetails(AnomalySourceDetails sourceDetails)
Details about the source of the analyzed operational data that triggered the anomaly.
|
ProactiveAnomalySummary |
ProactiveAnomalySummary.withSourceMetadata(AnomalySourceMetadata sourceMetadata)
The metadata of the source which detects proactive anomalies.
|
ProactiveAnomalySummary |
ProactiveAnomalySummary.withStatus(AnomalyStatus status)
The status of the anomaly.
|
ProactiveAnomalySummary |
ProactiveAnomalySummary.withStatus(String status)
The status of the anomaly.
|
ProactiveAnomalySummary |
ProactiveAnomalySummary.withUpdateTime(Date updateTime)
The time of the anomaly's most recent update.
|
| Modifier and Type | Method and Description |
|---|---|
List<ProactiveAnomalySummary> |
ListAnomaliesForInsightResult.getProactiveAnomalies()
An array of
ProactiveAnomalySummary objects that represent the requested anomalies |
| Modifier and Type | Method and Description |
|---|---|
ListAnomaliesForInsightResult |
ListAnomaliesForInsightResult.withProactiveAnomalies(ProactiveAnomalySummary... proactiveAnomalies)
An array of
ProactiveAnomalySummary objects that represent the requested anomalies |
| Modifier and Type | Method and Description |
|---|---|
void |
ListAnomaliesForInsightResult.setProactiveAnomalies(Collection<ProactiveAnomalySummary> proactiveAnomalies)
An array of
ProactiveAnomalySummary objects that represent the requested anomalies |
ListAnomaliesForInsightResult |
ListAnomaliesForInsightResult.withProactiveAnomalies(Collection<ProactiveAnomalySummary> proactiveAnomalies)
An array of
ProactiveAnomalySummary objects that represent the requested anomalies |
Copyright © 2025. All rights reserved.