Uses of Class
software.amazon.awssdk.services.devopsguru.model.ReactiveInsightSummary
-
Packages that use ReactiveInsightSummary Package Description software.amazon.awssdk.services.devopsguru.model software.amazon.awssdk.services.devopsguru.paginators -
-
Uses of ReactiveInsightSummary in software.amazon.awssdk.services.devopsguru.model
Methods in software.amazon.awssdk.services.devopsguru.model that return types with arguments of type ReactiveInsightSummary Modifier and Type Method Description List<ReactiveInsightSummary>ListInsightsResponse. reactiveInsights()The returned list of reactive insights.List<ReactiveInsightSummary>SearchInsightsResponse. reactiveInsights()The returned reactive insights.List<ReactiveInsightSummary>SearchOrganizationInsightsResponse. reactiveInsights()An integer that specifies the number of open reactive insights in your Amazon Web Services account.Methods in software.amazon.awssdk.services.devopsguru.model with parameters of type ReactiveInsightSummary Modifier and Type Method Description ListInsightsResponse.BuilderListInsightsResponse.Builder. reactiveInsights(ReactiveInsightSummary... reactiveInsights)The returned list of reactive insights.SearchInsightsResponse.BuilderSearchInsightsResponse.Builder. reactiveInsights(ReactiveInsightSummary... reactiveInsights)The returned reactive insights.SearchOrganizationInsightsResponse.BuilderSearchOrganizationInsightsResponse.Builder. reactiveInsights(ReactiveInsightSummary... reactiveInsights)An integer that specifies the number of open reactive insights in your Amazon Web Services account.Method parameters in software.amazon.awssdk.services.devopsguru.model with type arguments of type ReactiveInsightSummary Modifier and Type Method Description ListInsightsResponse.BuilderListInsightsResponse.Builder. reactiveInsights(Collection<ReactiveInsightSummary> reactiveInsights)The returned list of reactive insights.SearchInsightsResponse.BuilderSearchInsightsResponse.Builder. reactiveInsights(Collection<ReactiveInsightSummary> reactiveInsights)The returned reactive insights.SearchOrganizationInsightsResponse.BuilderSearchOrganizationInsightsResponse.Builder. reactiveInsights(Collection<ReactiveInsightSummary> reactiveInsights)An integer that specifies the number of open reactive insights in your Amazon Web Services account. -
Uses of ReactiveInsightSummary in software.amazon.awssdk.services.devopsguru.paginators
Methods in software.amazon.awssdk.services.devopsguru.paginators that return types with arguments of type ReactiveInsightSummary Modifier and Type Method Description SdkIterable<ReactiveInsightSummary>ListInsightsIterable. reactiveInsights()Returns an iterable to iterate through the paginatedListInsightsResponse.reactiveInsights()member.SdkPublisher<ReactiveInsightSummary>ListInsightsPublisher. reactiveInsights()Returns a publisher that can be used to get a stream of data.SdkIterable<ReactiveInsightSummary>SearchInsightsIterable. reactiveInsights()Returns an iterable to iterate through the paginatedSearchInsightsResponse.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 paginatedSearchOrganizationInsightsResponse.reactiveInsights()member.SdkPublisher<ReactiveInsightSummary>SearchOrganizationInsightsPublisher. reactiveInsights()Returns a publisher that can be used to get a stream of data.
-