| Package | Description |
|---|---|
| software.amazon.awssdk.services.codecommit |
|
| software.amazon.awssdk.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
default MergePullRequestByFastForwardResponse |
CodeCommitClient.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(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.
|
| Modifier and Type | Method and Description |
|---|---|
static MergePullRequestByFastForwardRequest.Builder |
MergePullRequestByFastForwardRequest.builder() |
MergePullRequestByFastForwardRequest.Builder |
MergePullRequestByFastForwardRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
MergePullRequestByFastForwardRequest.Builder |
MergePullRequestByFastForwardRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
MergePullRequestByFastForwardRequest.Builder |
MergePullRequestByFastForwardRequest.Builder.pullRequestId(String pullRequestId)
The system-generated ID of the pull request.
|
MergePullRequestByFastForwardRequest.Builder |
MergePullRequestByFastForwardRequest.Builder.repositoryName(String repositoryName)
The name of the repository where the pull request was created.
|
MergePullRequestByFastForwardRequest.Builder |
MergePullRequestByFastForwardRequest.Builder.sourceCommitId(String sourceCommitId)
The full commit ID of the original or updated commit in the pull request source branch.
|
MergePullRequestByFastForwardRequest.Builder |
MergePullRequestByFastForwardRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends MergePullRequestByFastForwardRequest.Builder> |
MergePullRequestByFastForwardRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.