Uses of Class
software.amazon.awssdk.services.qbusiness.model.BatchDeleteDocumentResponse
-
Packages that use BatchDeleteDocumentResponse Package Description software.amazon.awssdk.services.qbusiness This is the Amazon Q Business API Reference. -
-
Uses of BatchDeleteDocumentResponse in software.amazon.awssdk.services.qbusiness
Methods in software.amazon.awssdk.services.qbusiness that return BatchDeleteDocumentResponse Modifier and Type Method Description default BatchDeleteDocumentResponseQBusinessClient. batchDeleteDocument(Consumer<BatchDeleteDocumentRequest.Builder> batchDeleteDocumentRequest)Asynchronously deletes one or more documents added using theBatchPutDocumentAPI from an Amazon Q Business index.default BatchDeleteDocumentResponseQBusinessClient. batchDeleteDocument(BatchDeleteDocumentRequest batchDeleteDocumentRequest)Asynchronously deletes one or more documents added using theBatchPutDocumentAPI from an Amazon Q Business index.Methods in software.amazon.awssdk.services.qbusiness that return types with arguments of type BatchDeleteDocumentResponse Modifier and Type Method Description default CompletableFuture<BatchDeleteDocumentResponse>QBusinessAsyncClient. batchDeleteDocument(Consumer<BatchDeleteDocumentRequest.Builder> batchDeleteDocumentRequest)Asynchronously deletes one or more documents added using theBatchPutDocumentAPI from an Amazon Q Business index.default CompletableFuture<BatchDeleteDocumentResponse>QBusinessAsyncClient. batchDeleteDocument(BatchDeleteDocumentRequest batchDeleteDocumentRequest)Asynchronously deletes one or more documents added using theBatchPutDocumentAPI from an Amazon Q Business index.
-