Uses of Class
software.amazon.awssdk.services.pi.model.Insight
Packages that use Insight
-
Uses of Insight in software.amazon.awssdk.services.pi.model
Methods in software.amazon.awssdk.services.pi.model that return types with arguments of type InsightModifier and TypeMethodDescriptionAnalysisReport.insights()The list of identified insights in the analysis report.Insight.supportingInsights()List of supporting insights that provide additional factors for the insight.Methods in software.amazon.awssdk.services.pi.model with parameters of type InsightModifier and TypeMethodDescriptionThe list of identified insights in the analysis report.Insight.Builder.supportingInsights(Insight... supportingInsights) List of supporting insights that provide additional factors for the insight.Method parameters in software.amazon.awssdk.services.pi.model with type arguments of type InsightModifier and TypeMethodDescriptionAnalysisReport.Builder.insights(Collection<Insight> insights) The list of identified insights in the analysis report.Insight.Builder.supportingInsights(Collection<Insight> supportingInsights) List of supporting insights that provide additional factors for the insight.