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