| Package | Description |
|---|---|
| com.amazonaws.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
Status |
Status.clone() |
Status |
Status.withDocumentId(String documentId)
The identifier of the document.
|
Status |
Status.withDocumentStatus(DocumentStatus documentStatus)
The current status of a document.
|
Status |
Status.withDocumentStatus(String documentStatus)
The current status of a document.
|
Status |
Status.withFailureCode(String failureCode)
Indicates the source of the error.
|
Status |
Status.withFailureReason(String failureReason)
Provides detailed information about why the document couldn't be indexed.
|
| Modifier and Type | Method and Description |
|---|---|
List<Status> |
BatchGetDocumentStatusResult.getDocumentStatusList()
The status of documents.
|
| Modifier and Type | Method and Description |
|---|---|
BatchGetDocumentStatusResult |
BatchGetDocumentStatusResult.withDocumentStatusList(Status... documentStatusList)
The status of documents.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchGetDocumentStatusResult.setDocumentStatusList(Collection<Status> documentStatusList)
The status of documents.
|
BatchGetDocumentStatusResult |
BatchGetDocumentStatusResult.withDocumentStatusList(Collection<Status> documentStatusList)
The status of documents.
|
Copyright © 2022. All rights reserved.