Uses of Class
software.amazon.awssdk.services.kendra.model.BatchDeleteDocumentResponse
-
Packages that use BatchDeleteDocumentResponse Package Description software.amazon.awssdk.services.kendra Amazon Kendra is a service for indexing large document sets. -
-
Uses of BatchDeleteDocumentResponse in software.amazon.awssdk.services.kendra
Methods in software.amazon.awssdk.services.kendra that return BatchDeleteDocumentResponse Modifier and Type Method Description default BatchDeleteDocumentResponseKendraClient. batchDeleteDocument(Consumer<BatchDeleteDocumentRequest.Builder> batchDeleteDocumentRequest)Removes one or more documents from an index.default BatchDeleteDocumentResponseKendraClient. batchDeleteDocument(BatchDeleteDocumentRequest batchDeleteDocumentRequest)Removes one or more documents from an index.Methods in software.amazon.awssdk.services.kendra that return types with arguments of type BatchDeleteDocumentResponse Modifier and Type Method Description default CompletableFuture<BatchDeleteDocumentResponse>KendraAsyncClient. batchDeleteDocument(Consumer<BatchDeleteDocumentRequest.Builder> batchDeleteDocumentRequest)Removes one or more documents from an index.default CompletableFuture<BatchDeleteDocumentResponse>KendraAsyncClient. batchDeleteDocument(BatchDeleteDocumentRequest batchDeleteDocumentRequest)Removes one or more documents from an index.
-