Uses of Class
software.amazon.awssdk.services.pi.model.Recommendation
-
Packages that use Recommendation Package Description software.amazon.awssdk.services.pi.model -
-
Uses of Recommendation in software.amazon.awssdk.services.pi.model
Methods in software.amazon.awssdk.services.pi.model that return types with arguments of type Recommendation Modifier and Type Method Description List<Recommendation>Insight. recommendations()List of recommendations for the insight.Methods in software.amazon.awssdk.services.pi.model with parameters of type Recommendation Modifier and Type Method Description Insight.BuilderInsight.Builder. recommendations(Recommendation... recommendations)List of recommendations for the insight.Method parameters in software.amazon.awssdk.services.pi.model with type arguments of type Recommendation Modifier and Type Method Description Insight.BuilderInsight.Builder. recommendations(Collection<Recommendation> recommendations)List of recommendations for the insight.
-