| Package | Description |
|---|---|
| software.amazon.awssdk.services.codecommit |
|
| software.amazon.awssdk.services.codecommit.paginators |
| Modifier and Type | Method and Description |
|---|---|
default GetCommentsForPullRequestResponse |
CodeCommitClient.getCommentsForPullRequest(Consumer<GetCommentsForPullRequestRequest.Builder> getCommentsForPullRequestRequest)
Returns comments made on a pull request.
|
default GetCommentsForPullRequestResponse |
CodeCommitClient.getCommentsForPullRequest(GetCommentsForPullRequestRequest getCommentsForPullRequestRequest)
Returns comments made on a pull request.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetCommentsForPullRequestResponse> |
CodeCommitAsyncClient.getCommentsForPullRequest(Consumer<GetCommentsForPullRequestRequest.Builder> getCommentsForPullRequestRequest)
Returns comments made on a pull request.
|
default CompletableFuture<GetCommentsForPullRequestResponse> |
CodeCommitAsyncClient.getCommentsForPullRequest(GetCommentsForPullRequestRequest getCommentsForPullRequestRequest)
Returns comments made on a pull request.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<GetCommentsForPullRequestResponse> |
GetCommentsForPullRequestIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetCommentsForPullRequestPublisher.subscribe(org.reactivestreams.Subscriber<? super GetCommentsForPullRequestResponse> subscriber) |
Copyright © 2020. All rights reserved.