| Package | Description |
|---|---|
| software.amazon.awssdk.services.devopsguru.model | |
| software.amazon.awssdk.services.devopsguru.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<ProactiveInsightSummary> |
SearchOrganizationInsightsResponse.proactiveInsights()
An integer that specifies the number of open proactive insights in your Amazon Web Services account.
|
List<ProactiveInsightSummary> |
SearchInsightsResponse.proactiveInsights()
The returned proactive insights.
|
List<ProactiveInsightSummary> |
ListInsightsResponse.proactiveInsights()
The returned list of proactive insights.
|
| Modifier and Type | Method and Description |
|---|---|
SearchOrganizationInsightsResponse.Builder |
SearchOrganizationInsightsResponse.Builder.proactiveInsights(ProactiveInsightSummary... proactiveInsights)
An integer that specifies the number of open proactive insights in your Amazon Web Services account.
|
SearchInsightsResponse.Builder |
SearchInsightsResponse.Builder.proactiveInsights(ProactiveInsightSummary... proactiveInsights)
The returned proactive insights.
|
ListInsightsResponse.Builder |
ListInsightsResponse.Builder.proactiveInsights(ProactiveInsightSummary... proactiveInsights)
The returned list of proactive insights.
|
| Modifier and Type | Method and Description |
|---|---|
SearchOrganizationInsightsResponse.Builder |
SearchOrganizationInsightsResponse.Builder.proactiveInsights(Collection<ProactiveInsightSummary> proactiveInsights)
An integer that specifies the number of open proactive insights in your Amazon Web Services account.
|
SearchInsightsResponse.Builder |
SearchInsightsResponse.Builder.proactiveInsights(Collection<ProactiveInsightSummary> proactiveInsights)
The returned proactive insights.
|
ListInsightsResponse.Builder |
ListInsightsResponse.Builder.proactiveInsights(Collection<ProactiveInsightSummary> proactiveInsights)
The returned list of proactive insights.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<ProactiveInsightSummary> |
ListInsightsPublisher.proactiveInsights()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<ProactiveInsightSummary> |
ListInsightsIterable.proactiveInsights()
Returns an iterable to iterate through the paginated
ListInsightsResponse.proactiveInsights() member. |
SdkIterable<ProactiveInsightSummary> |
SearchInsightsIterable.proactiveInsights()
Returns an iterable to iterate through the paginated
SearchInsightsResponse.proactiveInsights() member. |
SdkPublisher<ProactiveInsightSummary> |
SearchInsightsPublisher.proactiveInsights()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<ProactiveInsightSummary> |
SearchOrganizationInsightsIterable.proactiveInsights()
Returns an iterable to iterate through the paginated
SearchOrganizationInsightsResponse.proactiveInsights() member. |
SdkPublisher<ProactiveInsightSummary> |
SearchOrganizationInsightsPublisher.proactiveInsights()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2023. All rights reserved.