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 MergeBranchesByFastForwardResponse |
CodeCommitClient.mergeBranchesByFastForward(Consumer<MergeBranchesByFastForwardRequest.Builder> mergeBranchesByFastForwardRequest) |
Merges two branches using the fast-forward merge strategy.
|
default MergeBranchesByFastForwardResponse |
CodeCommitClient.mergeBranchesByFastForward(MergeBranchesByFastForwardRequest mergeBranchesByFastForwardRequest) |
Merges two branches using the fast-forward merge strategy.
|
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 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.
|