| Package | Description |
|---|---|
| software.amazon.awssdk.services.codecommit |
|
| Modifier and Type | Method and Description |
|---|---|
default CreateBranchResponse |
CodeCommitClient.createBranch(Consumer<CreateBranchRequest.Builder> createBranchRequest)
Creates a branch in a repository and points the branch to a commit.
|
default CreateBranchResponse |
CodeCommitClient.createBranch(CreateBranchRequest createBranchRequest)
Creates a branch in a repository and points the branch to a commit.
|
default GetCommentsForComparedCommitResponse |
CodeCommitClient.getCommentsForComparedCommit(Consumer<GetCommentsForComparedCommitRequest.Builder> getCommentsForComparedCommitRequest)
Returns information about comments made on the comparison between two commits.
|
default GetCommentsForComparedCommitResponse |
CodeCommitClient.getCommentsForComparedCommit(GetCommentsForComparedCommitRequest getCommentsForComparedCommitRequest)
Returns information about comments made on the comparison between two commits.
|
default GetCommentsForComparedCommitIterable |
CodeCommitClient.getCommentsForComparedCommitPaginator(Consumer<GetCommentsForComparedCommitRequest.Builder> getCommentsForComparedCommitRequest)
Returns information about comments made on the comparison between two commits.
|
default GetCommentsForComparedCommitIterable |
CodeCommitClient.getCommentsForComparedCommitPaginator(GetCommentsForComparedCommitRequest getCommentsForComparedCommitRequest)
Returns information about comments made on the comparison between two commits.
|
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.
|
default GetCommentsForPullRequestIterable |
CodeCommitClient.getCommentsForPullRequestPaginator(Consumer<GetCommentsForPullRequestRequest.Builder> getCommentsForPullRequestRequest)
Returns comments made on a pull request.
|
default GetCommentsForPullRequestIterable |
CodeCommitClient.getCommentsForPullRequestPaginator(GetCommentsForPullRequestRequest getCommentsForPullRequestRequest)
Returns comments made on a pull request.
|
default GetCommitResponse |
CodeCommitClient.getCommit(Consumer<GetCommitRequest.Builder> getCommitRequest)
Returns information about a commit, including commit message and committer information.
|
default GetCommitResponse |
CodeCommitClient.getCommit(GetCommitRequest getCommitRequest)
Returns information about a commit, including commit message and committer information.
|
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.
|
Copyright © 2020. All rights reserved.