| Package | Description |
|---|---|
| software.amazon.awssdk.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
AttributeSuggestionsMode |
AttributeSuggestionsDescribeConfig.attributeSuggestionsMode()
The mode is set to either
ACTIVE or INACTIVE. |
AttributeSuggestionsMode |
AttributeSuggestionsUpdateConfig.attributeSuggestionsMode()
You can set the mode to
ACTIVE or INACTIVE. |
static AttributeSuggestionsMode |
AttributeSuggestionsMode.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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 |
|---|---|
static Set<AttributeSuggestionsMode> |
AttributeSuggestionsMode.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
AttributeSuggestionsDescribeConfig.Builder |
AttributeSuggestionsDescribeConfig.Builder.attributeSuggestionsMode(AttributeSuggestionsMode attributeSuggestionsMode)
The mode is set to either
ACTIVE or INACTIVE. |
AttributeSuggestionsUpdateConfig.Builder |
AttributeSuggestionsUpdateConfig.Builder.attributeSuggestionsMode(AttributeSuggestionsMode attributeSuggestionsMode)
You can set the mode to
ACTIVE or INACTIVE. |
Copyright © 2023. All rights reserved.