| Package | Description |
|---|---|
| com.amazonaws.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
static IndexEdition |
IndexEdition.fromValue(String value)
Use this in place of valueOf.
|
static IndexEdition |
IndexEdition.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IndexEdition[] |
IndexEdition.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeIndexResult |
DescribeIndexResult.withEdition(IndexEdition edition)
The Amazon Kendra edition used for the index.
|
IndexConfigurationSummary |
IndexConfigurationSummary.withEdition(IndexEdition edition)
Indicates whether the index is a enterprise edition index or a developer edition index.
|
CreateIndexRequest |
CreateIndexRequest.withEdition(IndexEdition edition)
The Amazon Kendra edition to use for the index.
|
Copyright © 2021. All rights reserved.