| 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.withId(String id)
A unique 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 operation. |
| Modifier and Type | Method and Description |
|---|---|
List<IndexConfigurationSummary> |
ListIndicesResult.getIndexConfigurationSummaryItems()
An array of summary information for one or more indexes.
|
| Modifier and Type | Method and Description |
|---|---|
ListIndicesResult |
ListIndicesResult.withIndexConfigurationSummaryItems(IndexConfigurationSummary... indexConfigurationSummaryItems)
An array of summary information for one or more indexes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListIndicesResult.setIndexConfigurationSummaryItems(Collection<IndexConfigurationSummary> indexConfigurationSummaryItems)
An array of summary information for one or more indexes.
|
ListIndicesResult |
ListIndicesResult.withIndexConfigurationSummaryItems(Collection<IndexConfigurationSummary> indexConfigurationSummaryItems)
An array of summary information for one or more indexes.
|
Copyright © 2019. All rights reserved.