Uses of Class
software.amazon.awssdk.services.codegurureviewer.model.ListRecommendationFeedbackResponse
-
Packages that use ListRecommendationFeedbackResponse Package Description software.amazon.awssdk.services.codegurureviewer This section provides documentation for the Amazon CodeGuru Reviewer API operations.software.amazon.awssdk.services.codegurureviewer.paginators -
-
Uses of ListRecommendationFeedbackResponse in software.amazon.awssdk.services.codegurureviewer
Methods in software.amazon.awssdk.services.codegurureviewer that return ListRecommendationFeedbackResponse Modifier and Type Method Description default ListRecommendationFeedbackResponseCodeGuruReviewerClient. listRecommendationFeedback(Consumer<ListRecommendationFeedbackRequest.Builder> listRecommendationFeedbackRequest)Returns a list of RecommendationFeedbackSummary objects that contain customer recommendation feedback for all CodeGuru Reviewer users.default ListRecommendationFeedbackResponseCodeGuruReviewerClient. listRecommendationFeedback(ListRecommendationFeedbackRequest listRecommendationFeedbackRequest)Returns a list of RecommendationFeedbackSummary objects that contain customer recommendation feedback for all CodeGuru Reviewer users.Methods in software.amazon.awssdk.services.codegurureviewer that return types with arguments of type ListRecommendationFeedbackResponse Modifier and Type Method Description default CompletableFuture<ListRecommendationFeedbackResponse>CodeGuruReviewerAsyncClient. listRecommendationFeedback(Consumer<ListRecommendationFeedbackRequest.Builder> listRecommendationFeedbackRequest)Returns a list of RecommendationFeedbackSummary objects that contain customer recommendation feedback for all CodeGuru Reviewer users.default CompletableFuture<ListRecommendationFeedbackResponse>CodeGuruReviewerAsyncClient. listRecommendationFeedback(ListRecommendationFeedbackRequest listRecommendationFeedbackRequest)Returns a list of RecommendationFeedbackSummary objects that contain customer recommendation feedback for all CodeGuru Reviewer users. -
Uses of ListRecommendationFeedbackResponse in software.amazon.awssdk.services.codegurureviewer.paginators
Methods in software.amazon.awssdk.services.codegurureviewer.paginators that return types with arguments of type ListRecommendationFeedbackResponse Modifier and Type Method Description Iterator<ListRecommendationFeedbackResponse>ListRecommendationFeedbackIterable. iterator()Method parameters in software.amazon.awssdk.services.codegurureviewer.paginators with type arguments of type ListRecommendationFeedbackResponse Modifier and Type Method Description voidListRecommendationFeedbackPublisher. subscribe(org.reactivestreams.Subscriber<? super ListRecommendationFeedbackResponse> subscriber)
-