Uses of Class
software.amazon.awssdk.services.devopsguru.model.ReactiveOrganizationInsightSummary
-
Packages that use ReactiveOrganizationInsightSummary Package Description software.amazon.awssdk.services.devopsguru.model software.amazon.awssdk.services.devopsguru.paginators -
-
Uses of ReactiveOrganizationInsightSummary in software.amazon.awssdk.services.devopsguru.model
Methods in software.amazon.awssdk.services.devopsguru.model that return types with arguments of type ReactiveOrganizationInsightSummary Modifier and Type Method Description List<ReactiveOrganizationInsightSummary>ListOrganizationInsightsResponse. 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 ReactiveOrganizationInsightSummary Modifier and Type Method Description ListOrganizationInsightsResponse.BuilderListOrganizationInsightsResponse.Builder. reactiveInsights(ReactiveOrganizationInsightSummary... 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 ReactiveOrganizationInsightSummary Modifier and Type Method Description ListOrganizationInsightsResponse.BuilderListOrganizationInsightsResponse.Builder. reactiveInsights(Collection<ReactiveOrganizationInsightSummary> reactiveInsights)An integer that specifies the number of open reactive insights in your Amazon Web Services account. -
Uses of ReactiveOrganizationInsightSummary in software.amazon.awssdk.services.devopsguru.paginators
Methods in software.amazon.awssdk.services.devopsguru.paginators that return types with arguments of type ReactiveOrganizationInsightSummary Modifier and Type Method Description SdkIterable<ReactiveOrganizationInsightSummary>ListOrganizationInsightsIterable. reactiveInsights()Returns an iterable to iterate through the paginatedListOrganizationInsightsResponse.reactiveInsights()member.SdkPublisher<ReactiveOrganizationInsightSummary>ListOrganizationInsightsPublisher. reactiveInsights()Returns a publisher that can be used to get a stream of data.
-