| Package | Description |
|---|---|
| com.amazonaws.services.devopsguru.model |
| Modifier and Type | Method and Description |
|---|---|
PredictionTimeRange |
PredictionTimeRange.clone() |
PredictionTimeRange |
ProactiveInsightSummary.getPredictionTimeRange() |
PredictionTimeRange |
ProactiveAnomaly.getPredictionTimeRange() |
PredictionTimeRange |
ProactiveAnomalySummary.getPredictionTimeRange() |
PredictionTimeRange |
ProactiveInsight.getPredictionTimeRange() |
PredictionTimeRange |
PredictionTimeRange.withEndTime(Date endTime)
The time when the behavior in a proactive insight is expected to end.
|
PredictionTimeRange |
PredictionTimeRange.withStartTime(Date startTime)
The time range during which a metric limit is expected to be exceeded.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProactiveInsightSummary.setPredictionTimeRange(PredictionTimeRange predictionTimeRange) |
void |
ProactiveAnomaly.setPredictionTimeRange(PredictionTimeRange predictionTimeRange) |
void |
ProactiveAnomalySummary.setPredictionTimeRange(PredictionTimeRange predictionTimeRange) |
void |
ProactiveInsight.setPredictionTimeRange(PredictionTimeRange predictionTimeRange) |
ProactiveInsightSummary |
ProactiveInsightSummary.withPredictionTimeRange(PredictionTimeRange predictionTimeRange) |
ProactiveAnomaly |
ProactiveAnomaly.withPredictionTimeRange(PredictionTimeRange predictionTimeRange) |
ProactiveAnomalySummary |
ProactiveAnomalySummary.withPredictionTimeRange(PredictionTimeRange predictionTimeRange) |
ProactiveInsight |
ProactiveInsight.withPredictionTimeRange(PredictionTimeRange predictionTimeRange) |
Copyright © 2021. All rights reserved.