| Package | Description |
|---|---|
| software.amazon.awssdk.services.codecommit |
|
| Modifier and Type | Method and Description |
|---|---|
default GetMergeOptionsResponse |
CodeCommitClient.getMergeOptions(Consumer<GetMergeOptionsRequest.Builder> getMergeOptionsRequest)
Returns information about the merge options available for merging two specified branches.
|
default GetMergeOptionsResponse |
CodeCommitClient.getMergeOptions(GetMergeOptionsRequest getMergeOptionsRequest)
Returns information about the merge options available for merging two specified branches.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetMergeOptionsResponse> |
CodeCommitAsyncClient.getMergeOptions(Consumer<GetMergeOptionsRequest.Builder> getMergeOptionsRequest)
Returns information about the merge options available for merging two specified branches.
|
default CompletableFuture<GetMergeOptionsResponse> |
CodeCommitAsyncClient.getMergeOptions(GetMergeOptionsRequest getMergeOptionsRequest)
Returns information about the merge options available for merging two specified branches.
|
Copyright © 2020. All rights reserved.