Uses of Class
software.amazon.awssdk.services.codegurureviewer.model.RecommendationFeedbackSummary
-
Packages that use RecommendationFeedbackSummary Package Description software.amazon.awssdk.services.codegurureviewer.model -
-
Uses of RecommendationFeedbackSummary in software.amazon.awssdk.services.codegurureviewer.model
Methods in software.amazon.awssdk.services.codegurureviewer.model that return types with arguments of type RecommendationFeedbackSummary Modifier and Type Method Description List<RecommendationFeedbackSummary>ListRecommendationFeedbackResponse. recommendationFeedbackSummaries()Recommendation feedback summaries corresponding to the code review ARN.Methods in software.amazon.awssdk.services.codegurureviewer.model with parameters of type RecommendationFeedbackSummary Modifier and Type Method Description ListRecommendationFeedbackResponse.BuilderListRecommendationFeedbackResponse.Builder. recommendationFeedbackSummaries(RecommendationFeedbackSummary... recommendationFeedbackSummaries)Recommendation feedback summaries corresponding to the code review ARN.Method parameters in software.amazon.awssdk.services.codegurureviewer.model with type arguments of type RecommendationFeedbackSummary Modifier and Type Method Description ListRecommendationFeedbackResponse.BuilderListRecommendationFeedbackResponse.Builder. recommendationFeedbackSummaries(Collection<RecommendationFeedbackSummary> recommendationFeedbackSummaries)Recommendation feedback summaries corresponding to the code review ARN.
-