| Package | Description |
|---|---|
| software.amazon.awssdk.services.devopsguru.model | |
| software.amazon.awssdk.services.devopsguru.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<ProactiveInsightSummary> |
ListInsightsResponse.proactiveInsights()
The returned list of proactive insights.
|
List<ProactiveInsightSummary> |
SearchInsightsResponse.proactiveInsights()
The returned proactive insights.
|
| Modifier and Type | Method and Description |
|---|---|
ListInsightsResponse.Builder |
ListInsightsResponse.Builder.proactiveInsights(ProactiveInsightSummary... proactiveInsights)
The returned list of proactive insights.
|
SearchInsightsResponse.Builder |
SearchInsightsResponse.Builder.proactiveInsights(ProactiveInsightSummary... proactiveInsights)
The returned proactive insights.
|
| Modifier and Type | Method and Description |
|---|---|
ListInsightsResponse.Builder |
ListInsightsResponse.Builder.proactiveInsights(Collection<ProactiveInsightSummary> proactiveInsights)
The returned list of proactive insights.
|
SearchInsightsResponse.Builder |
SearchInsightsResponse.Builder.proactiveInsights(Collection<ProactiveInsightSummary> proactiveInsights)
The returned proactive insights.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<ProactiveInsightSummary> |
SearchInsightsIterable.proactiveInsights()
Returns an iterable to iterate through the paginated
SearchInsightsResponse.proactiveInsights() member. |
SdkIterable<ProactiveInsightSummary> |
ListInsightsIterable.proactiveInsights()
Returns an iterable to iterate through the paginated
ListInsightsResponse.proactiveInsights() member. |
SdkPublisher<ProactiveInsightSummary> |
SearchInsightsPublisher.proactiveInsights()
Returns a publisher that can be used to get a stream of data.
|
SdkPublisher<ProactiveInsightSummary> |
ListInsightsPublisher.proactiveInsights()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2021. All rights reserved.