default CreateCommitResponse |
CodeCommitClient.createCommit(Consumer<CreateCommitRequest.Builder> createCommitRequest) |
Creates a commit for a repository on the tip of a specified branch.
|
default CreateCommitResponse |
CodeCommitClient.createCommit(CreateCommitRequest createCommitRequest) |
Creates a commit for a repository on the tip of a specified branch.
|
default CreateUnreferencedMergeCommitResponse |
CodeCommitClient.createUnreferencedMergeCommit(Consumer<CreateUnreferencedMergeCommitRequest.Builder> createUnreferencedMergeCommitRequest) |
Creates an unreferenced commit that represents the result of merging two branches using a specified merge
strategy.
|
default CreateUnreferencedMergeCommitResponse |
CodeCommitClient.createUnreferencedMergeCommit(CreateUnreferencedMergeCommitRequest createUnreferencedMergeCommitRequest) |
Creates an unreferenced commit that represents the result of merging two branches using a specified merge
strategy.
|
default DeleteFileResponse |
CodeCommitClient.deleteFile(Consumer<DeleteFileRequest.Builder> deleteFileRequest) |
Deletes a specified file from a specified branch.
|
default DeleteFileResponse |
CodeCommitClient.deleteFile(DeleteFileRequest deleteFileRequest) |
Deletes a specified file from a specified branch.
|
default DescribeMergeConflictsResponse |
CodeCommitClient.describeMergeConflicts(Consumer<DescribeMergeConflictsRequest.Builder> describeMergeConflictsRequest) |
Returns information about one or more merge conflicts in the attempted merge of two commit specifiers using the
squash or three-way merge strategy.
|
default DescribeMergeConflictsResponse |
CodeCommitClient.describeMergeConflicts(DescribeMergeConflictsRequest describeMergeConflictsRequest) |
Returns information about one or more merge conflicts in the attempted merge of two commit specifiers using the
squash or three-way merge strategy.
|
default DescribeMergeConflictsIterable |
CodeCommitClient.describeMergeConflictsPaginator(Consumer<DescribeMergeConflictsRequest.Builder> describeMergeConflictsRequest) |
|
default DescribeMergeConflictsIterable |
CodeCommitClient.describeMergeConflictsPaginator(DescribeMergeConflictsRequest describeMergeConflictsRequest) |
|
default GetFileResponse |
CodeCommitClient.getFile(Consumer<GetFileRequest.Builder> getFileRequest) |
Returns the base-64 encoded contents of a specified file and its metadata.
|
default GetFileResponse |
CodeCommitClient.getFile(GetFileRequest getFileRequest) |
Returns the base-64 encoded contents of a specified file and its metadata.
|
default GetFolderResponse |
CodeCommitClient.getFolder(Consumer<GetFolderRequest.Builder> getFolderRequest) |
Returns the contents of a specified folder in a repository.
|
default GetFolderResponse |
CodeCommitClient.getFolder(GetFolderRequest getFolderRequest) |
Returns the contents of a specified folder in a repository.
|
default MergeBranchesBySquashResponse |
CodeCommitClient.mergeBranchesBySquash(Consumer<MergeBranchesBySquashRequest.Builder> mergeBranchesBySquashRequest) |
Merges two branches using the squash merge strategy.
|
default MergeBranchesBySquashResponse |
CodeCommitClient.mergeBranchesBySquash(MergeBranchesBySquashRequest mergeBranchesBySquashRequest) |
Merges two branches using the squash merge strategy.
|
default MergeBranchesByThreeWayResponse |
CodeCommitClient.mergeBranchesByThreeWay(Consumer<MergeBranchesByThreeWayRequest.Builder> mergeBranchesByThreeWayRequest) |
Merges two specified branches using the three-way merge strategy.
|
default MergeBranchesByThreeWayResponse |
CodeCommitClient.mergeBranchesByThreeWay(MergeBranchesByThreeWayRequest mergeBranchesByThreeWayRequest) |
Merges two specified branches using the three-way 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.
|
default PutFileResponse |
CodeCommitClient.putFile(Consumer<PutFileRequest.Builder> putFileRequest) |
Adds or updates a file in a branch in an CodeCommit repository, and generates a commit for the addition in the
specified branch.
|
default PutFileResponse |
CodeCommitClient.putFile(PutFileRequest putFileRequest) |
Adds or updates a file in a branch in an CodeCommit repository, and generates a commit for the addition in the
specified branch.
|