| Package | Description |
|---|---|
| com.amazonaws.services.qbusiness.model |
| Modifier and Type | Method and Description |
|---|---|
Index |
Index.clone() |
Index |
Index.withCreatedAt(Date createdAt)
The Unix timestamp when the index was created.
|
Index |
Index.withDisplayName(String displayName)
The name of the index.
|
Index |
Index.withIndexId(String indexId)
The identifier for the index.
|
Index |
Index.withStatus(IndexStatus status)
The current status of the index.
|
Index |
Index.withStatus(String status)
The current status of the index.
|
Index |
Index.withUpdatedAt(Date updatedAt)
The Unix timestamp when the index was last updated.
|
| Modifier and Type | Method and Description |
|---|---|
List<Index> |
ListIndicesResult.getIndices()
An array of information on the items in one or more indexes.
|
| Modifier and Type | Method and Description |
|---|---|
ListIndicesResult |
ListIndicesResult.withIndices(Index... indices)
An array of information on the items in one or more indexes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListIndicesResult.setIndices(Collection<Index> indices)
An array of information on the items in one or more indexes.
|
ListIndicesResult |
ListIndicesResult.withIndices(Collection<Index> indices)
An array of information on the items in one or more indexes.
|
Copyright © 2025. All rights reserved.