default CreatePullRequestResponse |
CodeCommitClient.createPullRequest(Consumer<CreatePullRequestRequest.Builder> createPullRequestRequest) |
Creates a pull request in the specified repository.
|
default CreatePullRequestResponse |
CodeCommitClient.createPullRequest(CreatePullRequestRequest createPullRequestRequest) |
Creates a pull request in the specified repository.
|
default PostCommentForComparedCommitResponse |
CodeCommitClient.postCommentForComparedCommit(Consumer<PostCommentForComparedCommitRequest.Builder> postCommentForComparedCommitRequest) |
Posts a comment on the comparison between two commits.
|
default PostCommentForComparedCommitResponse |
CodeCommitClient.postCommentForComparedCommit(PostCommentForComparedCommitRequest postCommentForComparedCommitRequest) |
Posts a comment on the comparison between two commits.
|
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.
|
default PostCommentReplyResponse |
CodeCommitClient.postCommentReply(Consumer<PostCommentReplyRequest.Builder> postCommentReplyRequest) |
Posts a comment in reply to an existing comment on a comparison between commits or a pull request.
|
default PostCommentReplyResponse |
CodeCommitClient.postCommentReply(PostCommentReplyRequest postCommentReplyRequest) |
Posts a comment in reply to an existing comment on a comparison between commits or a pull request.
|