| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelbuilding.model |
| Modifier and Type | Method and Description |
|---|---|
static MergeStrategy |
MergeStrategy.fromValue(String value)
Use this in place of valueOf.
|
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 |
|---|---|
StartImportRequest |
StartImportRequest.withMergeStrategy(MergeStrategy mergeStrategy)
Specifies the action that the
StartImport operation should take when there is an existing resource
with the same name. |
StartImportResult |
StartImportResult.withMergeStrategy(MergeStrategy mergeStrategy)
The action to take when there is a merge conflict.
|
GetImportResult |
GetImportResult.withMergeStrategy(MergeStrategy mergeStrategy)
The action taken when there was a conflict between an existing resource and a resource in the import file.
|
Copyright © 2020. All rights reserved.