| Package | Description |
|---|---|
| com.amazonaws.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
BatchDeleteDocumentResponseFailedDocument |
BatchDeleteDocumentResponseFailedDocument.clone() |
BatchDeleteDocumentResponseFailedDocument |
BatchDeleteDocumentResponseFailedDocument.withErrorCode(ErrorCode errorCode)
The error code for why the document couldn't be removed from the index.
|
BatchDeleteDocumentResponseFailedDocument |
BatchDeleteDocumentResponseFailedDocument.withErrorCode(String errorCode)
The error code for why the document couldn't be removed from the index.
|
BatchDeleteDocumentResponseFailedDocument |
BatchDeleteDocumentResponseFailedDocument.withErrorMessage(String errorMessage)
An explanation for why the document couldn't be removed from the index.
|
BatchDeleteDocumentResponseFailedDocument |
BatchDeleteDocumentResponseFailedDocument.withId(String id)
The identifier of the document that couldn't be removed from the index.
|
| Modifier and Type | Method and Description |
|---|---|
List<BatchDeleteDocumentResponseFailedDocument> |
BatchDeleteDocumentResult.getFailedDocuments()
A list of documents that could not be removed from the index.
|
| Modifier and Type | Method and Description |
|---|---|
BatchDeleteDocumentResult |
BatchDeleteDocumentResult.withFailedDocuments(BatchDeleteDocumentResponseFailedDocument... failedDocuments)
A list of documents that could not be removed from the index.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchDeleteDocumentResult.setFailedDocuments(Collection<BatchDeleteDocumentResponseFailedDocument> failedDocuments)
A list of documents that could not be removed from the index.
|
BatchDeleteDocumentResult |
BatchDeleteDocumentResult.withFailedDocuments(Collection<BatchDeleteDocumentResponseFailedDocument> failedDocuments)
A list of documents that could not be removed from the index.
|
Copyright © 2022. All rights reserved.