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