| 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 |
|---|---|
Future<BatchDeleteDocumentResult> |
AbstractAWSkendraAsync.batchDeleteDocumentAsync(BatchDeleteDocumentRequest request,
AsyncHandler<BatchDeleteDocumentRequest,BatchDeleteDocumentResult> asyncHandler) |
Future<BatchDeleteDocumentResult> |
AWSkendraAsyncClient.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.
|
| Modifier and Type | Method and Description |
|---|---|
BatchDeleteDocumentRequest |
BatchDeleteDocumentRequest.clone() |
BatchDeleteDocumentRequest |
BatchDeleteDocumentRequest.withDataSourceSyncJobMetricTarget(DataSourceSyncJobMetricTarget dataSourceSyncJobMetricTarget) |
BatchDeleteDocumentRequest |
BatchDeleteDocumentRequest.withDocumentIdList(Collection<String> documentIdList)
One or more identifiers for documents to delete from the index.
|
BatchDeleteDocumentRequest |
BatchDeleteDocumentRequest.withDocumentIdList(String... documentIdList)
One or more identifiers for documents to delete from the index.
|
BatchDeleteDocumentRequest |
BatchDeleteDocumentRequest.withIndexId(String indexId)
The identifier of the index that contains the documents to delete.
|
Copyright © 2025. All rights reserved.