Uses of Class
software.amazon.awssdk.services.pi.model.Insight
-
Packages that use Insight Package Description software.amazon.awssdk.services.pi.model -
-
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 Insight Modifier and Type Method Description List<Insight>AnalysisReport. insights()The list of identified insights in the analysis report.List<Insight>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 Insight Modifier and Type Method Description AnalysisReport.BuilderAnalysisReport.Builder. insights(Insight... insights)The list of identified insights in the analysis report.Insight.BuilderInsight.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 Insight Modifier and Type Method Description AnalysisReport.BuilderAnalysisReport.Builder. insights(Collection<Insight> insights)The list of identified insights in the analysis report.Insight.BuilderInsight.Builder. supportingInsights(Collection<Insight> supportingInsights)List of supporting insights that provide additional factors for the insight.
-