Uses of Class
software.amazon.awssdk.services.codegurureviewer.model.ListCodeReviewsResponse
-
Packages that use ListCodeReviewsResponse 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 ListCodeReviewsResponse in software.amazon.awssdk.services.codegurureviewer
Methods in software.amazon.awssdk.services.codegurureviewer that return ListCodeReviewsResponse Modifier and Type Method Description default ListCodeReviewsResponseCodeGuruReviewerClient. listCodeReviews(Consumer<ListCodeReviewsRequest.Builder> listCodeReviewsRequest)Lists all the code reviews that the customer has created in the past 90 days.default ListCodeReviewsResponseCodeGuruReviewerClient. listCodeReviews(ListCodeReviewsRequest listCodeReviewsRequest)Lists all the code reviews that the customer has created in the past 90 days.Methods in software.amazon.awssdk.services.codegurureviewer that return types with arguments of type ListCodeReviewsResponse Modifier and Type Method Description default CompletableFuture<ListCodeReviewsResponse>CodeGuruReviewerAsyncClient. listCodeReviews(Consumer<ListCodeReviewsRequest.Builder> listCodeReviewsRequest)Lists all the code reviews that the customer has created in the past 90 days.default CompletableFuture<ListCodeReviewsResponse>CodeGuruReviewerAsyncClient. listCodeReviews(ListCodeReviewsRequest listCodeReviewsRequest)Lists all the code reviews that the customer has created in the past 90 days. -
Uses of ListCodeReviewsResponse in software.amazon.awssdk.services.codegurureviewer.paginators
Methods in software.amazon.awssdk.services.codegurureviewer.paginators that return types with arguments of type ListCodeReviewsResponse Modifier and Type Method Description Iterator<ListCodeReviewsResponse>ListCodeReviewsIterable. iterator()Method parameters in software.amazon.awssdk.services.codegurureviewer.paginators with type arguments of type ListCodeReviewsResponse Modifier and Type Method Description voidListCodeReviewsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListCodeReviewsResponse> subscriber)
-