| Package | Description |
|---|---|
| com.amazonaws.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
BatchGetDocumentStatusResponseError |
BatchGetDocumentStatusResponseError.clone() |
BatchGetDocumentStatusResponseError |
BatchGetDocumentStatusResponseError.withDocumentId(String documentId)
The identifier of the document whose status could not be retrieved.
|
BatchGetDocumentStatusResponseError |
BatchGetDocumentStatusResponseError.withErrorCode(ErrorCode errorCode)
Indicates the source of the error.
|
BatchGetDocumentStatusResponseError |
BatchGetDocumentStatusResponseError.withErrorCode(String errorCode)
Indicates the source of the error.
|
BatchGetDocumentStatusResponseError |
BatchGetDocumentStatusResponseError.withErrorMessage(String errorMessage)
States that the API could not get the status of a document.
|
| Modifier and Type | Method and Description |
|---|---|
List<BatchGetDocumentStatusResponseError> |
BatchGetDocumentStatusResult.getErrors()
A list of documents that Amazon Kendra couldn't get the status for.
|
| Modifier and Type | Method and Description |
|---|---|
BatchGetDocumentStatusResult |
BatchGetDocumentStatusResult.withErrors(BatchGetDocumentStatusResponseError... errors)
A list of documents that Amazon Kendra couldn't get the status for.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchGetDocumentStatusResult.setErrors(Collection<BatchGetDocumentStatusResponseError> errors)
A list of documents that Amazon Kendra couldn't get the status for.
|
BatchGetDocumentStatusResult |
BatchGetDocumentStatusResult.withErrors(Collection<BatchGetDocumentStatusResponseError> errors)
A list of documents that Amazon Kendra couldn't get the status for.
|
Copyright © 2024. All rights reserved.