| Package | Description |
|---|---|
| software.amazon.awssdk.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
ConflictResolutionStrategyTypeEnum |
MergePullRequestByThreeWayRequest.conflictResolutionStrategy()
Specifies which branch to use when resolving conflicts, or whether to attempt automatically merging two versions
of a file.
|
ConflictResolutionStrategyTypeEnum |
GetMergeConflictsRequest.conflictResolutionStrategy()
Specifies which branch to use when resolving conflicts, or whether to attempt automatically merging two versions
of a file.
|
ConflictResolutionStrategyTypeEnum |
MergeBranchesByThreeWayRequest.conflictResolutionStrategy()
Specifies which branch to use when resolving conflicts, or whether to attempt automatically merging two versions
of a file.
|
ConflictResolutionStrategyTypeEnum |
GetMergeOptionsRequest.conflictResolutionStrategy()
Specifies which branch to use when resolving conflicts, or whether to attempt automatically merging two versions
of a file.
|
ConflictResolutionStrategyTypeEnum |
BatchDescribeMergeConflictsRequest.conflictResolutionStrategy()
Specifies which branch to use when resolving conflicts, or whether to attempt automatically merging two versions
of a file.
|
ConflictResolutionStrategyTypeEnum |
MergeBranchesBySquashRequest.conflictResolutionStrategy()
Specifies which branch to use when resolving conflicts, or whether to attempt automatically merging two versions
of a file.
|
ConflictResolutionStrategyTypeEnum |
DescribeMergeConflictsRequest.conflictResolutionStrategy()
Specifies which branch to use when resolving conflicts, or whether to attempt automatically merging two versions
of a file.
|
ConflictResolutionStrategyTypeEnum |
MergePullRequestBySquashRequest.conflictResolutionStrategy()
Specifies which branch to use when resolving conflicts, or whether to attempt automatically merging two versions
of a file.
|
ConflictResolutionStrategyTypeEnum |
GetMergeCommitRequest.conflictResolutionStrategy()
Specifies which branch to use when resolving conflicts, or whether to attempt automatically merging two versions
of a file.
|
ConflictResolutionStrategyTypeEnum |
CreateUnreferencedMergeCommitRequest.conflictResolutionStrategy()
Specifies which branch to use when resolving conflicts, or whether to attempt automatically merging two versions
of a file.
|
static ConflictResolutionStrategyTypeEnum |
ConflictResolutionStrategyTypeEnum.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static ConflictResolutionStrategyTypeEnum |
ConflictResolutionStrategyTypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConflictResolutionStrategyTypeEnum[] |
ConflictResolutionStrategyTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<ConflictResolutionStrategyTypeEnum> |
ConflictResolutionStrategyTypeEnum.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
MergePullRequestByThreeWayRequest.Builder |
MergePullRequestByThreeWayRequest.Builder.conflictResolutionStrategy(ConflictResolutionStrategyTypeEnum conflictResolutionStrategy)
Specifies which branch to use when resolving conflicts, or whether to attempt automatically merging two
versions of a file.
|
GetMergeConflictsRequest.Builder |
GetMergeConflictsRequest.Builder.conflictResolutionStrategy(ConflictResolutionStrategyTypeEnum conflictResolutionStrategy)
Specifies which branch to use when resolving conflicts, or whether to attempt automatically merging two
versions of a file.
|
MergeBranchesByThreeWayRequest.Builder |
MergeBranchesByThreeWayRequest.Builder.conflictResolutionStrategy(ConflictResolutionStrategyTypeEnum conflictResolutionStrategy)
Specifies which branch to use when resolving conflicts, or whether to attempt automatically merging two
versions of a file.
|
GetMergeOptionsRequest.Builder |
GetMergeOptionsRequest.Builder.conflictResolutionStrategy(ConflictResolutionStrategyTypeEnum conflictResolutionStrategy)
Specifies which branch to use when resolving conflicts, or whether to attempt automatically merging two
versions of a file.
|
BatchDescribeMergeConflictsRequest.Builder |
BatchDescribeMergeConflictsRequest.Builder.conflictResolutionStrategy(ConflictResolutionStrategyTypeEnum conflictResolutionStrategy)
Specifies which branch to use when resolving conflicts, or whether to attempt automatically merging two
versions of a file.
|
MergeBranchesBySquashRequest.Builder |
MergeBranchesBySquashRequest.Builder.conflictResolutionStrategy(ConflictResolutionStrategyTypeEnum conflictResolutionStrategy)
Specifies which branch to use when resolving conflicts, or whether to attempt automatically merging two
versions of a file.
|
DescribeMergeConflictsRequest.Builder |
DescribeMergeConflictsRequest.Builder.conflictResolutionStrategy(ConflictResolutionStrategyTypeEnum conflictResolutionStrategy)
Specifies which branch to use when resolving conflicts, or whether to attempt automatically merging two
versions of a file.
|
MergePullRequestBySquashRequest.Builder |
MergePullRequestBySquashRequest.Builder.conflictResolutionStrategy(ConflictResolutionStrategyTypeEnum conflictResolutionStrategy)
Specifies which branch to use when resolving conflicts, or whether to attempt automatically merging two
versions of a file.
|
GetMergeCommitRequest.Builder |
GetMergeCommitRequest.Builder.conflictResolutionStrategy(ConflictResolutionStrategyTypeEnum conflictResolutionStrategy)
Specifies which branch to use when resolving conflicts, or whether to attempt automatically merging two
versions of a file.
|
CreateUnreferencedMergeCommitRequest.Builder |
CreateUnreferencedMergeCommitRequest.Builder.conflictResolutionStrategy(ConflictResolutionStrategyTypeEnum conflictResolutionStrategy)
Specifies which branch to use when resolving conflicts, or whether to attempt automatically merging two
versions of a file.
|
Copyright © 2023. All rights reserved.