| Package | Description |
|---|---|
| com.amazonaws.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
IndexConfigurationSummary |
IndexConfigurationSummary.clone() |
IndexConfigurationSummary |
IndexConfigurationSummary.withCreatedAt(Date createdAt)
The Unix timestamp when the index was created.
|
IndexConfigurationSummary |
IndexConfigurationSummary.withEdition(IndexEdition edition)
Indicates whether the index is a Enterprise Edition index or a Developer Edition index.
|
IndexConfigurationSummary |
IndexConfigurationSummary.withEdition(String edition)
Indicates whether the index is a Enterprise Edition index or a Developer Edition index.
|
IndexConfigurationSummary |
IndexConfigurationSummary.withId(String id)
A identifier for the index.
|
IndexConfigurationSummary |
IndexConfigurationSummary.withName(String name)
The name of the index.
|
IndexConfigurationSummary |
IndexConfigurationSummary.withStatus(IndexStatus status)
The current status of the index.
|
IndexConfigurationSummary |
IndexConfigurationSummary.withStatus(String status)
The current status of the index.
|
IndexConfigurationSummary |
IndexConfigurationSummary.withUpdatedAt(Date updatedAt)
The Unix timestamp when the index was last updated by the
UpdateIndex API. |
| Modifier and Type | Method and Description |
|---|---|
List<IndexConfigurationSummary> |
ListIndicesResult.getIndexConfigurationSummaryItems()
An array of summary information on the configuration of one or more indexes.
|
| Modifier and Type | Method and Description |
|---|---|
ListIndicesResult |
ListIndicesResult.withIndexConfigurationSummaryItems(IndexConfigurationSummary... indexConfigurationSummaryItems)
An array of summary information on the configuration of one or more indexes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListIndicesResult.setIndexConfigurationSummaryItems(Collection<IndexConfigurationSummary> indexConfigurationSummaryItems)
An array of summary information on the configuration of one or more indexes.
|
ListIndicesResult |
ListIndicesResult.withIndexConfigurationSummaryItems(Collection<IndexConfigurationSummary> indexConfigurationSummaryItems)
An array of summary information on the configuration of one or more indexes.
|
Copyright © 2022. All rights reserved.