| Package | Description |
|---|---|
| com.amazonaws.services.codecommit |
|
| com.amazonaws.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
Future<GetMergeCommitResult> |
AWSCodeCommitAsync.getMergeCommitAsync(GetMergeCommitRequest getMergeCommitRequest,
AsyncHandler<GetMergeCommitRequest,GetMergeCommitResult> asyncHandler)
Returns information about a specified merge commit.
|
Future<GetMergeCommitResult> |
AbstractAWSCodeCommitAsync.getMergeCommitAsync(GetMergeCommitRequest request,
AsyncHandler<GetMergeCommitRequest,GetMergeCommitResult> asyncHandler) |
Future<GetMergeCommitResult> |
AWSCodeCommitAsyncClient.getMergeCommitAsync(GetMergeCommitRequest request,
AsyncHandler<GetMergeCommitRequest,GetMergeCommitResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetMergeCommitRequest |
GetMergeCommitRequest.clone() |
GetMergeCommitRequest |
GetMergeCommitRequest.withConflictDetailLevel(ConflictDetailLevelTypeEnum conflictDetailLevel)
The level of conflict detail to use.
|
GetMergeCommitRequest |
GetMergeCommitRequest.withConflictDetailLevel(String conflictDetailLevel)
The level of conflict detail to use.
|
GetMergeCommitRequest |
GetMergeCommitRequest.withConflictResolutionStrategy(ConflictResolutionStrategyTypeEnum conflictResolutionStrategy)
Specifies which branch to use when resolving conflicts, or whether to attempt automatically merging two versions
of a file.
|
GetMergeCommitRequest |
GetMergeCommitRequest.withConflictResolutionStrategy(String conflictResolutionStrategy)
Specifies which branch to use when resolving conflicts, or whether to attempt automatically merging two versions
of a file.
|
GetMergeCommitRequest |
GetMergeCommitRequest.withDestinationCommitSpecifier(String destinationCommitSpecifier)
The branch, tag, HEAD, or other fully qualified reference used to identify a commit (for example, a branch name
or a full commit ID).
|
GetMergeCommitRequest |
GetMergeCommitRequest.withRepositoryName(String repositoryName)
The name of the repository that contains the merge commit about which you want to get information.
|
GetMergeCommitRequest |
GetMergeCommitRequest.withSourceCommitSpecifier(String sourceCommitSpecifier)
The branch, tag, HEAD, or other fully qualified reference used to identify a commit (for example, a branch name
or a full commit ID).
|
Copyright © 2020. All rights reserved.