| Package | Description |
|---|---|
| software.amazon.awssdk.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
List<BatchDeleteDocumentResponseFailedDocument> |
BatchDeleteDocumentResponse.failedDocuments()
A list of documents that could not be removed from the index.
|
| Modifier and Type | Method and Description |
|---|---|
BatchDeleteDocumentResponse.Builder |
BatchDeleteDocumentResponse.Builder.failedDocuments(BatchDeleteDocumentResponseFailedDocument... failedDocuments)
A list of documents that could not be removed from the index.
|
| Modifier and Type | Method and Description |
|---|---|
BatchDeleteDocumentResponse.Builder |
BatchDeleteDocumentResponse.Builder.failedDocuments(Collection<BatchDeleteDocumentResponseFailedDocument> failedDocuments)
A list of documents that could not be removed from the index.
|
Copyright © 2020. All rights reserved.