| Package | Description |
|---|---|
| com.amazonaws.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
static MergeOptionTypeEnum |
MergeOptionTypeEnum.fromValue(String value)
Use this in place of valueOf.
|
static MergeOptionTypeEnum |
MergeOptionTypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MergeOptionTypeEnum[] |
MergeOptionTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
GetMergeConflictsRequest |
GetMergeConflictsRequest.withMergeOption(MergeOptionTypeEnum mergeOption)
The merge option or strategy you want to use to merge the code.
|
BatchDescribeMergeConflictsRequest |
BatchDescribeMergeConflictsRequest.withMergeOption(MergeOptionTypeEnum mergeOption)
The merge option or strategy you want to use to merge the code.
|
DescribeMergeConflictsRequest |
DescribeMergeConflictsRequest.withMergeOption(MergeOptionTypeEnum mergeOption)
The merge option or strategy you want to use to merge the code.
|
MergeMetadata |
MergeMetadata.withMergeOption(MergeOptionTypeEnum mergeOption)
The merge strategy used in the merge.
|
CreateUnreferencedMergeCommitRequest |
CreateUnreferencedMergeCommitRequest.withMergeOption(MergeOptionTypeEnum mergeOption)
The merge option or strategy you want to use to merge the code.
|
GetMergeOptionsResult |
GetMergeOptionsResult.withMergeOptions(MergeOptionTypeEnum... mergeOptions)
The merge option or strategy used to merge the code.
|
Copyright © 2023. All rights reserved.