| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.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 |
|---|---|
DescribeImportResult |
DescribeImportResult.withMergeStrategy(MergeStrategy mergeStrategy)
The strategy used when there was a name conflict between the imported resource and an existing resource.
|
ImportSummary |
ImportSummary.withMergeStrategy(MergeStrategy mergeStrategy)
The strategy used to merge existing bot or bot locale definitions with the imported definition.
|
StartImportRequest |
StartImportRequest.withMergeStrategy(MergeStrategy mergeStrategy)
The strategy to use when there is a name conflict between the imported resource and an existing resource.
|
StartImportResult |
StartImportResult.withMergeStrategy(MergeStrategy mergeStrategy)
The strategy used when there was a name conflict between the imported resource and an existing resource.
|
Copyright © 2021. All rights reserved.