Uses of Class
software.amazon.awssdk.services.codegurureviewer.paginators.ListRecommendationsIterable
-
Packages that use ListRecommendationsIterable Package Description software.amazon.awssdk.services.codegurureviewer This section provides documentation for the Amazon CodeGuru Reviewer API operations. -
-
Uses of ListRecommendationsIterable in software.amazon.awssdk.services.codegurureviewer
Methods in software.amazon.awssdk.services.codegurureviewer that return ListRecommendationsIterable Modifier and Type Method Description default ListRecommendationsIterableCodeGuruReviewerClient. listRecommendationsPaginator(Consumer<ListRecommendationsRequest.Builder> listRecommendationsRequest)Returns the list of all recommendations for a completed code review.default ListRecommendationsIterableCodeGuruReviewerClient. listRecommendationsPaginator(ListRecommendationsRequest listRecommendationsRequest)Returns the list of all recommendations for a completed code review.
-