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