| Package | Description |
|---|---|
| com.amazonaws.services.kendra |
Amazon Kendra is a service for indexing large document sets.
|
| com.amazonaws.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
BatchDeleteDocumentResult |
AWSkendraClient.batchDeleteDocument(BatchDeleteDocumentRequest request)
Removes one or more documents from an index.
|
BatchDeleteDocumentResult |
AbstractAWSkendra.batchDeleteDocument(BatchDeleteDocumentRequest request) |
BatchDeleteDocumentResult |
AWSkendra.batchDeleteDocument(BatchDeleteDocumentRequest batchDeleteDocumentRequest)
Removes one or more documents from an index.
|
| Modifier and Type | Method and Description |
|---|---|
Future<BatchDeleteDocumentResult> |
AbstractAWSkendraAsync.batchDeleteDocumentAsync(BatchDeleteDocumentRequest request,
AsyncHandler<BatchDeleteDocumentRequest,BatchDeleteDocumentResult> asyncHandler) |
Future<BatchDeleteDocumentResult> |
AWSkendraAsync.batchDeleteDocumentAsync(BatchDeleteDocumentRequest batchDeleteDocumentRequest,
AsyncHandler<BatchDeleteDocumentRequest,BatchDeleteDocumentResult> asyncHandler)
Removes one or more documents from an index.
|
Future<BatchDeleteDocumentResult> |
AWSkendraAsyncClient.batchDeleteDocumentAsync(BatchDeleteDocumentRequest request,
AsyncHandler<BatchDeleteDocumentRequest,BatchDeleteDocumentResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
BatchDeleteDocumentResult |
BatchDeleteDocumentResult.clone() |
BatchDeleteDocumentResult |
BatchDeleteDocumentResult.withFailedDocuments(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 © 2023. All rights reserved.