| Package | Description |
|---|---|
| software.amazon.awssdk.services.devopsguru.model |
| Modifier and Type | Method and Description |
|---|---|
static AnomalyReportedTimeRange.Builder |
AnomalyReportedTimeRange.builder() |
AnomalyReportedTimeRange.Builder |
AnomalyReportedTimeRange.Builder.closeTime(Instant closeTime)
The time when an anomaly is closed.
|
AnomalyReportedTimeRange.Builder |
AnomalyReportedTimeRange.Builder.openTime(Instant openTime)
The time when an anomaly is opened.
|
AnomalyReportedTimeRange.Builder |
AnomalyReportedTimeRange.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AnomalyReportedTimeRange.Builder> |
AnomalyReportedTimeRange.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ProactiveAnomaly.Builder |
ProactiveAnomaly.Builder.anomalyReportedTimeRange(Consumer<AnomalyReportedTimeRange.Builder> anomalyReportedTimeRange)
An
AnomalyReportedTimeRange object that specifies the time range between when the anomaly is
opened and the time when it is closed. |
default ProactiveAnomalySummary.Builder |
ProactiveAnomalySummary.Builder.anomalyReportedTimeRange(Consumer<AnomalyReportedTimeRange.Builder> anomalyReportedTimeRange)
An
AnomalyReportedTimeRange object that specifies the time range between when the anomaly is
opened and the time when it is closed. |
default ReactiveAnomaly.Builder |
ReactiveAnomaly.Builder.anomalyReportedTimeRange(Consumer<AnomalyReportedTimeRange.Builder> anomalyReportedTimeRange)
An
AnomalyReportedTimeRange object that specifies the time range between when the anomaly is
opened and the time when it is closed. |
default ReactiveAnomalySummary.Builder |
ReactiveAnomalySummary.Builder.anomalyReportedTimeRange(Consumer<AnomalyReportedTimeRange.Builder> anomalyReportedTimeRange)
An
AnomalyReportedTimeRange object that specifies the time range between when the anomaly is
opened and the time when it is closed. |
Copyright © 2023. All rights reserved.