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