Uses of Class
software.amazon.awssdk.services.qbusiness.model.BatchDeleteDocumentResponse
-
Packages that use BatchDeleteDocumentResponse Package Description software.amazon.awssdk.services.qbusiness -
-
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 index.default BatchDeleteDocumentResponseQBusinessClient. batchDeleteDocument(BatchDeleteDocumentRequest batchDeleteDocumentRequest)Asynchronously deletes one or more documents added using theBatchPutDocumentAPI from an Amazon Q 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 index.default CompletableFuture<BatchDeleteDocumentResponse>QBusinessAsyncClient. batchDeleteDocument(BatchDeleteDocumentRequest batchDeleteDocumentRequest)Asynchronously deletes one or more documents added using theBatchPutDocumentAPI from an Amazon Q index.
-