Uses of Class
software.amazon.awssdk.services.codegurureviewer.paginators.ListCodeReviewsPublisher
-
Packages that use ListCodeReviewsPublisher Package Description software.amazon.awssdk.services.codegurureviewer This section provides documentation for the Amazon CodeGuru Reviewer API operations. -
-
Uses of ListCodeReviewsPublisher in software.amazon.awssdk.services.codegurureviewer
Methods in software.amazon.awssdk.services.codegurureviewer that return ListCodeReviewsPublisher Modifier and Type Method Description default ListCodeReviewsPublisherCodeGuruReviewerAsyncClient. listCodeReviewsPaginator(Consumer<ListCodeReviewsRequest.Builder> listCodeReviewsRequest)Lists all the code reviews that the customer has created in the past 90 days.default ListCodeReviewsPublisherCodeGuruReviewerAsyncClient. listCodeReviewsPaginator(ListCodeReviewsRequest listCodeReviewsRequest)Lists all the code reviews that the customer has created in the past 90 days.
-