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