Uses of Class
software.amazon.awssdk.services.pi.model.Recommendation
Packages that use Recommendation
Package
Description
-
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 RecommendationModifier and TypeMethodDescriptionfinal List<Recommendation>Insight.recommendations()List of recommendations for the insight.final List<Recommendation>ListPerformanceAnalysisReportRecommendationsResponse.recommendations()The list of recommendations for the analysis report.Methods in software.amazon.awssdk.services.pi.model with parameters of type RecommendationModifier and TypeMethodDescriptionInsight.Builder.recommendations(Recommendation... recommendations) List of recommendations for the insight.ListPerformanceAnalysisReportRecommendationsResponse.Builder.recommendations(Recommendation... recommendations) The list of recommendations for the analysis report.Method parameters in software.amazon.awssdk.services.pi.model with type arguments of type RecommendationModifier and TypeMethodDescriptionInsight.Builder.recommendations(Collection<Recommendation> recommendations) List of recommendations for the insight.ListPerformanceAnalysisReportRecommendationsResponse.Builder.recommendations(Collection<Recommendation> recommendations) The list of recommendations for the analysis report. -
Uses of Recommendation in software.amazon.awssdk.services.pi.paginators
Methods in software.amazon.awssdk.services.pi.paginators that return types with arguments of type RecommendationModifier and TypeMethodDescriptionfinal SdkIterable<Recommendation>ListPerformanceAnalysisReportRecommendationsIterable.recommendations()Returns an iterable to iterate through the paginatedListPerformanceAnalysisReportRecommendationsResponse.recommendations()member.final SdkPublisher<Recommendation>ListPerformanceAnalysisReportRecommendationsPublisher.recommendations()Returns a publisher that can be used to get a stream of data.