Uses of Interface
software.amazon.awssdk.services.codecommit.model.MergePullRequestByFastForwardRequest.Builder
-
Packages that use MergePullRequestByFastForwardRequest.Builder Package Description software.amazon.awssdk.services.codecommit CodeCommit software.amazon.awssdk.services.codecommit.model -
-
Uses of MergePullRequestByFastForwardRequest.Builder in software.amazon.awssdk.services.codecommit
Method parameters in software.amazon.awssdk.services.codecommit with type arguments of type MergePullRequestByFastForwardRequest.Builder 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 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. -
Uses of MergePullRequestByFastForwardRequest.Builder in software.amazon.awssdk.services.codecommit.model
Methods in software.amazon.awssdk.services.codecommit.model that return MergePullRequestByFastForwardRequest.Builder Modifier and Type Method Description static MergePullRequestByFastForwardRequest.BuilderMergePullRequestByFastForwardRequest. builder()MergePullRequestByFastForwardRequest.BuilderMergePullRequestByFastForwardRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)MergePullRequestByFastForwardRequest.BuilderMergePullRequestByFastForwardRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)MergePullRequestByFastForwardRequest.BuilderMergePullRequestByFastForwardRequest.Builder. pullRequestId(String pullRequestId)The system-generated ID of the pull request.MergePullRequestByFastForwardRequest.BuilderMergePullRequestByFastForwardRequest.Builder. repositoryName(String repositoryName)The name of the repository where the pull request was created.MergePullRequestByFastForwardRequest.BuilderMergePullRequestByFastForwardRequest.Builder. sourceCommitId(String sourceCommitId)The full commit ID of the original or updated commit in the pull request source branch.MergePullRequestByFastForwardRequest.BuilderMergePullRequestByFastForwardRequest. toBuilder()Methods in software.amazon.awssdk.services.codecommit.model that return types with arguments of type MergePullRequestByFastForwardRequest.Builder Modifier and Type Method Description static Class<? extends MergePullRequestByFastForwardRequest.Builder>MergePullRequestByFastForwardRequest. serializableBuilderClass()
-