| Package | Description |
|---|---|
| software.amazon.awssdk.services.devopsguru.model |
| Modifier and Type | Method and Description |
|---|---|
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() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DescribeAnomalyResponse.Builder> |
DescribeAnomalyResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.