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