| Package | Description |
|---|---|
| software.amazon.awssdk.services.codecommit |
|
| software.amazon.awssdk.services.codecommit.transform |
| Modifier and Type | Method and Description |
|---|---|
default MergePullRequestByFastForwardResponse |
CodeCommitClient.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 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.
|
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
MergePullRequestByFastForwardRequestMarshaller.marshall(MergePullRequestByFastForwardRequest mergePullRequestByFastForwardRequest) |
Copyright © 2020. All rights reserved.