| Package | Description |
|---|---|
| software.amazon.awssdk.services.kendra |
Amazon Kendra is a service for indexing large document sets.
|
| Modifier and Type | Method and Description |
|---|---|
default BatchDeleteDocumentResponse |
KendraClient.batchDeleteDocument(BatchDeleteDocumentRequest batchDeleteDocumentRequest)
Removes one or more documents from an index.
|
default BatchDeleteDocumentResponse |
KendraClient.batchDeleteDocument(Consumer<BatchDeleteDocumentRequest.Builder> batchDeleteDocumentRequest)
Removes one or more documents from an index.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<BatchDeleteDocumentResponse> |
KendraAsyncClient.batchDeleteDocument(BatchDeleteDocumentRequest batchDeleteDocumentRequest)
Removes one or more documents from an index.
|
default CompletableFuture<BatchDeleteDocumentResponse> |
KendraAsyncClient.batchDeleteDocument(Consumer<BatchDeleteDocumentRequest.Builder> batchDeleteDocumentRequest)
Removes one or more documents from an index.
|
Copyright © 2023. All rights reserved.