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 GetDifferencesResponse |
CodeCommitClient.getDifferences(Consumer<GetDifferencesRequest.Builder> getDifferencesRequest) |
Returns information about the differences in a valid commit specifier (such as a branch, tag, HEAD, commit ID, or
other fully qualified reference).
|
default GetDifferencesResponse |
CodeCommitClient.getDifferences(GetDifferencesRequest getDifferencesRequest) |
Returns information about the differences in a valid commit specifier (such as a branch, tag, HEAD, commit ID, or
other fully qualified reference).
|
default GetDifferencesIterable |
CodeCommitClient.getDifferencesPaginator(Consumer<GetDifferencesRequest.Builder> getDifferencesRequest) |
Returns information about the differences in a valid commit specifier (such as a branch, tag, HEAD, commit ID, or
other fully qualified reference).
|
default GetDifferencesIterable |
CodeCommitClient.getDifferencesPaginator(GetDifferencesRequest getDifferencesRequest) |
Returns information about the differences in a valid commit specifier (such as a branch, tag, HEAD, commit ID, or
other fully qualified reference).
|
default MergePullRequestByFastForwardResponse |
CodeCommitClient.mergePullRequestByFastForward(Consumer<MergePullRequestByFastForwardRequest.Builder> mergePullRequestByFastForwardRequest) |
Attempts to merge the source commit of a pull request into the specified destination branch for that pull request
at the specified commit using the fast-forward merge strategy.
|
default MergePullRequestByFastForwardResponse |
CodeCommitClient.mergePullRequestByFastForward(MergePullRequestByFastForwardRequest mergePullRequestByFastForwardRequest) |
Attempts to merge the source commit of a pull request into the specified destination branch for that pull request
at the specified commit using the fast-forward merge strategy.
|
default MergePullRequestBySquashResponse |
CodeCommitClient.mergePullRequestBySquash(Consumer<MergePullRequestBySquashRequest.Builder> mergePullRequestBySquashRequest) |
Attempts to merge the source commit of a pull request into the specified destination branch for that pull request
at the specified commit using the squash merge strategy.
|
default MergePullRequestBySquashResponse |
CodeCommitClient.mergePullRequestBySquash(MergePullRequestBySquashRequest mergePullRequestBySquashRequest) |
Attempts to merge the source commit of a pull request into the specified destination branch for that pull request
at the specified commit using the squash merge strategy.
|
default MergePullRequestByThreeWayResponse |
CodeCommitClient.mergePullRequestByThreeWay(Consumer<MergePullRequestByThreeWayRequest.Builder> mergePullRequestByThreeWayRequest) |
Attempts to merge the source commit of a pull request into the specified destination branch for that pull request
at the specified commit using the three-way merge strategy.
|
default MergePullRequestByThreeWayResponse |
CodeCommitClient.mergePullRequestByThreeWay(MergePullRequestByThreeWayRequest mergePullRequestByThreeWayRequest) |
Attempts to merge the source commit of a pull request into the specified destination branch for that pull request
at the specified commit using the three-way merge strategy.
|
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.
|