Uses of Class
software.amazon.awssdk.services.codegurureviewer.model.ListRecommendationsResponse
-
Packages that use ListRecommendationsResponse 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 ListRecommendationsResponse in software.amazon.awssdk.services.codegurureviewer
Methods in software.amazon.awssdk.services.codegurureviewer that return ListRecommendationsResponse Modifier and Type Method Description default ListRecommendationsResponseCodeGuruReviewerClient. listRecommendations(Consumer<ListRecommendationsRequest.Builder> listRecommendationsRequest)Returns the list of all recommendations for a completed code review.default ListRecommendationsResponseCodeGuruReviewerClient. listRecommendations(ListRecommendationsRequest listRecommendationsRequest)Returns the list of all recommendations for a completed code review.Methods in software.amazon.awssdk.services.codegurureviewer that return types with arguments of type ListRecommendationsResponse Modifier and Type Method Description default CompletableFuture<ListRecommendationsResponse>CodeGuruReviewerAsyncClient. listRecommendations(Consumer<ListRecommendationsRequest.Builder> listRecommendationsRequest)Returns the list of all recommendations for a completed code review.default CompletableFuture<ListRecommendationsResponse>CodeGuruReviewerAsyncClient. listRecommendations(ListRecommendationsRequest listRecommendationsRequest)Returns the list of all recommendations for a completed code review. -
Uses of ListRecommendationsResponse in software.amazon.awssdk.services.codegurureviewer.paginators
Methods in software.amazon.awssdk.services.codegurureviewer.paginators that return types with arguments of type ListRecommendationsResponse Modifier and Type Method Description Iterator<ListRecommendationsResponse>ListRecommendationsIterable. iterator()Method parameters in software.amazon.awssdk.services.codegurureviewer.paginators with type arguments of type ListRecommendationsResponse Modifier and Type Method Description voidListRecommendationsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListRecommendationsResponse> subscriber)
-