| Package | Description |
|---|---|
| software.amazon.awssdk.services.codecommit |
|
| Modifier and Type | Method and Description |
|---|---|
default PostCommentForPullRequestResponse |
CodeCommitClient.postCommentForPullRequest(Consumer<PostCommentForPullRequestRequest.Builder> postCommentForPullRequestRequest)
Posts a comment on a pull request.
|
default PostCommentForPullRequestResponse |
CodeCommitClient.postCommentForPullRequest(PostCommentForPullRequestRequest postCommentForPullRequestRequest)
Posts a comment on a pull request.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<PostCommentForPullRequestResponse> |
CodeCommitAsyncClient.postCommentForPullRequest(Consumer<PostCommentForPullRequestRequest.Builder> postCommentForPullRequestRequest)
Posts a comment on a pull request.
|
default CompletableFuture<PostCommentForPullRequestResponse> |
CodeCommitAsyncClient.postCommentForPullRequest(PostCommentForPullRequestRequest postCommentForPullRequestRequest)
Posts a comment on a pull request.
|
Copyright © 2022. All rights reserved.