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