| Package | Description |
|---|---|
| software.amazon.awssdk.services.devopsguru.model |
| Modifier and Type | Method and Description |
|---|---|
static ListAnomaliesForInsightResponse.Builder |
ListAnomaliesForInsightResponse.builder() |
ListAnomaliesForInsightResponse.Builder |
ListAnomaliesForInsightResponse.Builder.nextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation.
|
ListAnomaliesForInsightResponse.Builder |
ListAnomaliesForInsightResponse.Builder.proactiveAnomalies(Collection<ProactiveAnomalySummary> proactiveAnomalies)
An array of
ProactiveAnomalySummary objects that represent the requested anomalies |
ListAnomaliesForInsightResponse.Builder |
ListAnomaliesForInsightResponse.Builder.proactiveAnomalies(Consumer<ProactiveAnomalySummary.Builder>... proactiveAnomalies)
An array of
ProactiveAnomalySummary objects that represent the requested anomalies |
ListAnomaliesForInsightResponse.Builder |
ListAnomaliesForInsightResponse.Builder.proactiveAnomalies(ProactiveAnomalySummary... proactiveAnomalies)
An array of
ProactiveAnomalySummary objects that represent the requested anomalies |
ListAnomaliesForInsightResponse.Builder |
ListAnomaliesForInsightResponse.Builder.reactiveAnomalies(Collection<ReactiveAnomalySummary> reactiveAnomalies)
An array of
ReactiveAnomalySummary objects that represent the requested anomalies |
ListAnomaliesForInsightResponse.Builder |
ListAnomaliesForInsightResponse.Builder.reactiveAnomalies(Consumer<ReactiveAnomalySummary.Builder>... reactiveAnomalies)
An array of
ReactiveAnomalySummary objects that represent the requested anomalies |
ListAnomaliesForInsightResponse.Builder |
ListAnomaliesForInsightResponse.Builder.reactiveAnomalies(ReactiveAnomalySummary... reactiveAnomalies)
An array of
ReactiveAnomalySummary objects that represent the requested anomalies |
ListAnomaliesForInsightResponse.Builder |
ListAnomaliesForInsightResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListAnomaliesForInsightResponse.Builder> |
ListAnomaliesForInsightResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.