Uses of Class
software.amazon.awssdk.services.codegurureviewer.model.PutRecommendationFeedbackResponse
-
Packages that use PutRecommendationFeedbackResponse Package Description software.amazon.awssdk.services.codegurureviewer This section provides documentation for the Amazon CodeGuru Reviewer API operations. -
-
Uses of PutRecommendationFeedbackResponse in software.amazon.awssdk.services.codegurureviewer
Methods in software.amazon.awssdk.services.codegurureviewer that return PutRecommendationFeedbackResponse Modifier and Type Method Description default PutRecommendationFeedbackResponseCodeGuruReviewerClient. putRecommendationFeedback(Consumer<PutRecommendationFeedbackRequest.Builder> putRecommendationFeedbackRequest)Stores customer feedback for a CodeGuru Reviewer recommendation.default PutRecommendationFeedbackResponseCodeGuruReviewerClient. putRecommendationFeedback(PutRecommendationFeedbackRequest putRecommendationFeedbackRequest)Stores customer feedback for a CodeGuru Reviewer recommendation.Methods in software.amazon.awssdk.services.codegurureviewer that return types with arguments of type PutRecommendationFeedbackResponse Modifier and Type Method Description default CompletableFuture<PutRecommendationFeedbackResponse>CodeGuruReviewerAsyncClient. putRecommendationFeedback(Consumer<PutRecommendationFeedbackRequest.Builder> putRecommendationFeedbackRequest)Stores customer feedback for a CodeGuru Reviewer recommendation.default CompletableFuture<PutRecommendationFeedbackResponse>CodeGuruReviewerAsyncClient. putRecommendationFeedback(PutRecommendationFeedbackRequest putRecommendationFeedbackRequest)Stores customer feedback for a CodeGuru Reviewer recommendation.
-