Uses of Class
software.amazon.awssdk.services.codecommit.model.MergePullRequestByThreeWayRequest
-
Packages that use MergePullRequestByThreeWayRequest Package Description software.amazon.awssdk.services.codecommit CodeCommit software.amazon.awssdk.services.codecommit.transform -
-
Uses of MergePullRequestByThreeWayRequest in software.amazon.awssdk.services.codecommit
Methods in software.amazon.awssdk.services.codecommit with parameters of type MergePullRequestByThreeWayRequest Modifier and Type Method Description 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.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. -
Uses of MergePullRequestByThreeWayRequest in software.amazon.awssdk.services.codecommit.transform
Methods in software.amazon.awssdk.services.codecommit.transform with parameters of type MergePullRequestByThreeWayRequest Modifier and Type Method Description SdkHttpFullRequestMergePullRequestByThreeWayRequestMarshaller. marshall(MergePullRequestByThreeWayRequest mergePullRequestByThreeWayRequest)
-