| Package | Description |
|---|---|
| com.amazonaws.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
static ConflictResolutionStrategyTypeEnum |
ConflictResolutionStrategyTypeEnum.fromValue(String value)
Use this in place of valueOf.
|
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 |
|---|---|
MergePullRequestByThreeWayRequest |
MergePullRequestByThreeWayRequest.withConflictResolutionStrategy(ConflictResolutionStrategyTypeEnum conflictResolutionStrategy)
Specifies which branch to use when resolving conflicts, or whether to attempt automatically merging two versions
of a file.
|
MergePullRequestBySquashRequest |
MergePullRequestBySquashRequest.withConflictResolutionStrategy(ConflictResolutionStrategyTypeEnum conflictResolutionStrategy)
Specifies which branch to use when resolving conflicts, or whether to attempt automatically merging two versions
of a file.
|
MergeBranchesByThreeWayRequest |
MergeBranchesByThreeWayRequest.withConflictResolutionStrategy(ConflictResolutionStrategyTypeEnum conflictResolutionStrategy)
Specifies which branch to use when resolving conflicts, or whether to attempt automatically merging two versions
of a file.
|
MergeBranchesBySquashRequest |
MergeBranchesBySquashRequest.withConflictResolutionStrategy(ConflictResolutionStrategyTypeEnum conflictResolutionStrategy)
Specifies which branch to use when resolving conflicts, or whether to attempt automatically merging two versions
of a file.
|
GetMergeOptionsRequest |
GetMergeOptionsRequest.withConflictResolutionStrategy(ConflictResolutionStrategyTypeEnum conflictResolutionStrategy)
Specifies which branch to use when resolving conflicts, or whether to attempt automatically merging two versions
of a file.
|
GetMergeConflictsRequest |
GetMergeConflictsRequest.withConflictResolutionStrategy(ConflictResolutionStrategyTypeEnum conflictResolutionStrategy)
Specifies which branch to use when resolving conflicts, or whether to attempt automatically merging two versions
of a file.
|
DescribeMergeConflictsRequest |
DescribeMergeConflictsRequest.withConflictResolutionStrategy(ConflictResolutionStrategyTypeEnum conflictResolutionStrategy)
Specifies which branch to use when resolving conflicts, or whether to attempt automatically merging two versions
of a file.
|
BatchDescribeMergeConflictsRequest |
BatchDescribeMergeConflictsRequest.withConflictResolutionStrategy(ConflictResolutionStrategyTypeEnum conflictResolutionStrategy)
Specifies which branch to use when resolving conflicts, or whether to attempt automatically merging two versions
of a file.
|
CreateUnreferencedMergeCommitRequest |
CreateUnreferencedMergeCommitRequest.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(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.