| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelbuilding.model |
| Modifier and Type | Method and Description |
|---|---|
static MergeStrategy |
MergeStrategy.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
MergeStrategy |
GetImportResponse.mergeStrategy()
The action taken when there was a conflict between an existing resource and a resource in the import file.
|
MergeStrategy |
StartImportResponse.mergeStrategy()
The action to take when there is a merge conflict.
|
MergeStrategy |
StartImportRequest.mergeStrategy()
Specifies the action that the
StartImport operation should take when there is an existing resource
with the same name. |
static MergeStrategy |
MergeStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MergeStrategy[] |
MergeStrategy.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<MergeStrategy> |
MergeStrategy.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
GetImportResponse.Builder |
GetImportResponse.Builder.mergeStrategy(MergeStrategy mergeStrategy)
The action taken when there was a conflict between an existing resource and a resource in the import file.
|
StartImportResponse.Builder |
StartImportResponse.Builder.mergeStrategy(MergeStrategy mergeStrategy)
The action to take when there is a merge conflict.
|
StartImportRequest.Builder |
StartImportRequest.Builder.mergeStrategy(MergeStrategy mergeStrategy)
Specifies the action that the
StartImport operation should take when there is an existing
resource with the same name. |
Copyright © 2022. All rights reserved.