| Package | Description |
|---|---|
| software.amazon.awssdk.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
IndexEdition |
CreateIndexRequest.edition()
The Amazon Kendra edition to use for the index.
|
IndexEdition |
IndexConfigurationSummary.edition()
Indicates whether the index is a Enterprise Edition index or a Developer Edition index.
|
IndexEdition |
DescribeIndexResponse.edition()
The Amazon Kendra edition used for the index.
|
static IndexEdition |
IndexEdition.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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 |
|---|---|
static Set<IndexEdition> |
IndexEdition.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateIndexRequest.Builder |
CreateIndexRequest.Builder.edition(IndexEdition edition)
The Amazon Kendra edition to use for the index.
|
IndexConfigurationSummary.Builder |
IndexConfigurationSummary.Builder.edition(IndexEdition edition)
Indicates whether the index is a Enterprise Edition index or a Developer Edition index.
|
DescribeIndexResponse.Builder |
DescribeIndexResponse.Builder.edition(IndexEdition edition)
The Amazon Kendra edition used for the index.
|
Copyright © 2023. All rights reserved.