| Package | Description |
|---|---|
| com.amazonaws.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
static AttributeSuggestionsMode |
AttributeSuggestionsMode.fromValue(String value)
Use this in place of valueOf.
|
static AttributeSuggestionsMode |
AttributeSuggestionsMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AttributeSuggestionsMode[] |
AttributeSuggestionsMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
AttributeSuggestionsDescribeConfig |
AttributeSuggestionsDescribeConfig.withAttributeSuggestionsMode(AttributeSuggestionsMode attributeSuggestionsMode)
The mode is set to either
ACTIVE or INACTIVE. |
AttributeSuggestionsUpdateConfig |
AttributeSuggestionsUpdateConfig.withAttributeSuggestionsMode(AttributeSuggestionsMode attributeSuggestionsMode)
You can set the mode to
ACTIVE or INACTIVE. |
Copyright © 2024. All rights reserved.