Uses of Class
software.amazon.awssdk.services.codecommit.model.MergePullRequestByThreeWayResponse
-
Packages that use MergePullRequestByThreeWayResponse Package Description software.amazon.awssdk.services.codecommit CodeCommit -
-
Uses of MergePullRequestByThreeWayResponse in software.amazon.awssdk.services.codecommit
Methods in software.amazon.awssdk.services.codecommit that return MergePullRequestByThreeWayResponse Modifier and Type Method Description default MergePullRequestByThreeWayResponseCodeCommitClient. 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 MergePullRequestByThreeWayResponseCodeCommitClient. 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.Methods in software.amazon.awssdk.services.codecommit that return types with arguments of type MergePullRequestByThreeWayResponse Modifier and Type Method Description default CompletableFuture<MergePullRequestByThreeWayResponse>CodeCommitAsyncClient. 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 CompletableFuture<MergePullRequestByThreeWayResponse>CodeCommitAsyncClient. 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.
-