static DescribeAnomalyResponse.Builder |
DescribeAnomalyResponse.builder() |
|
default DescribeAnomalyResponse.Builder |
DescribeAnomalyResponse.Builder.proactiveAnomaly(Consumer<ProactiveAnomaly.Builder> proactiveAnomaly) |
A ProactiveAnomaly object that represents the requested anomaly.
|
DescribeAnomalyResponse.Builder |
DescribeAnomalyResponse.Builder.proactiveAnomaly(ProactiveAnomaly proactiveAnomaly) |
A ProactiveAnomaly object that represents the requested anomaly.
|
default DescribeAnomalyResponse.Builder |
DescribeAnomalyResponse.Builder.reactiveAnomaly(Consumer<ReactiveAnomaly.Builder> reactiveAnomaly) |
A ReactiveAnomaly object that represents the requested anomaly.
|
DescribeAnomalyResponse.Builder |
DescribeAnomalyResponse.Builder.reactiveAnomaly(ReactiveAnomaly reactiveAnomaly) |
A ReactiveAnomaly object that represents the requested anomaly.
|
DescribeAnomalyResponse.Builder |
DescribeAnomalyResponse.toBuilder() |
|