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