| Package | Description |
|---|---|
| software.amazon.awssdk.services.devopsguru.model | |
| software.amazon.awssdk.services.devopsguru.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<ReactiveAnomalySummary> |
ListAnomaliesForInsightResponse.reactiveAnomalies()
An array of
ReactiveAnomalySummary objects that represent the requested anomalies |
| Modifier and Type | Method and Description |
|---|---|
ListAnomaliesForInsightResponse.Builder |
ListAnomaliesForInsightResponse.Builder.reactiveAnomalies(ReactiveAnomalySummary... reactiveAnomalies)
An array of
ReactiveAnomalySummary objects that represent the requested anomalies |
| Modifier and Type | Method and Description |
|---|---|
ListAnomaliesForInsightResponse.Builder |
ListAnomaliesForInsightResponse.Builder.reactiveAnomalies(Collection<ReactiveAnomalySummary> reactiveAnomalies)
An array of
ReactiveAnomalySummary objects that represent the requested anomalies |
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<ReactiveAnomalySummary> |
ListAnomaliesForInsightPublisher.reactiveAnomalies()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<ReactiveAnomalySummary> |
ListAnomaliesForInsightIterable.reactiveAnomalies()
Returns an iterable to iterate through the paginated
ListAnomaliesForInsightResponse.reactiveAnomalies()
member. |
Copyright © 2023. All rights reserved.