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