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