| Package | Description |
|---|---|
| software.amazon.awssdk.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
static MergeOptionTypeEnum |
MergeOptionTypeEnum.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
MergeOptionTypeEnum |
GetMergeConflictsRequest.mergeOption()
The merge option or strategy you want to use to merge the code.
|
MergeOptionTypeEnum |
MergeMetadata.mergeOption()
The merge strategy used in the merge.
|
MergeOptionTypeEnum |
DescribeMergeConflictsRequest.mergeOption()
The merge option or strategy you want to use to merge the code.
|
MergeOptionTypeEnum |
CreateUnreferencedMergeCommitRequest.mergeOption()
The merge option or strategy you want to use to merge the code.
|
MergeOptionTypeEnum |
BatchDescribeMergeConflictsRequest.mergeOption()
The merge option or strategy you want to use to merge the code.
|
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 |
|---|---|
static Set<MergeOptionTypeEnum> |
MergeOptionTypeEnum.knownValues()
|
List<MergeOptionTypeEnum> |
GetMergeOptionsResponse.mergeOptions()
The merge option or strategy used to merge the code.
|
| Modifier and Type | Method and Description |
|---|---|
GetMergeConflictsRequest.Builder |
GetMergeConflictsRequest.Builder.mergeOption(MergeOptionTypeEnum mergeOption)
The merge option or strategy you want to use to merge the code.
|
MergeMetadata.Builder |
MergeMetadata.Builder.mergeOption(MergeOptionTypeEnum mergeOption)
The merge strategy used in the merge.
|
DescribeMergeConflictsRequest.Builder |
DescribeMergeConflictsRequest.Builder.mergeOption(MergeOptionTypeEnum mergeOption)
The merge option or strategy you want to use to merge the code.
|
CreateUnreferencedMergeCommitRequest.Builder |
CreateUnreferencedMergeCommitRequest.Builder.mergeOption(MergeOptionTypeEnum mergeOption)
The merge option or strategy you want to use to merge the code.
|
BatchDescribeMergeConflictsRequest.Builder |
BatchDescribeMergeConflictsRequest.Builder.mergeOption(MergeOptionTypeEnum mergeOption)
The merge option or strategy you want to use to merge the code.
|
GetMergeOptionsResponse.Builder |
GetMergeOptionsResponse.Builder.mergeOptions(MergeOptionTypeEnum... mergeOptions)
The merge option or strategy used to merge the code.
|
| Modifier and Type | Method and Description |
|---|---|
GetMergeOptionsResponse.Builder |
GetMergeOptionsResponse.Builder.mergeOptions(Collection<MergeOptionTypeEnum> mergeOptions)
The merge option or strategy used to merge the code.
|
Copyright © 2020. All rights reserved.