| Package | Description |
|---|---|
| software.amazon.awssdk.services.codegurureviewer |
This section provides documentation for the Amazon CodeGuru Reviewer API operations.
|
| software.amazon.awssdk.services.codegurureviewer.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListCodeReviewsResponse |
CodeGuruReviewerClient.listCodeReviews(Consumer<ListCodeReviewsRequest.Builder> listCodeReviewsRequest)
Lists all the code reviews that the customer has created in the past 90 days.
|
default ListCodeReviewsResponse |
CodeGuruReviewerClient.listCodeReviews(ListCodeReviewsRequest listCodeReviewsRequest)
Lists all the code reviews that the customer has created in the past 90 days.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListCodeReviewsResponse> |
ListCodeReviewsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListCodeReviewsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListCodeReviewsResponse> subscriber) |
Copyright © 2021. All rights reserved.