Uses of Class
software.amazon.awssdk.services.qbusiness.model.BatchDeleteDocumentRequest
-
Packages that use BatchDeleteDocumentRequest Package Description software.amazon.awssdk.services.qbusiness software.amazon.awssdk.services.qbusiness.transform -
-
Uses of BatchDeleteDocumentRequest in software.amazon.awssdk.services.qbusiness
Methods in software.amazon.awssdk.services.qbusiness with parameters of type BatchDeleteDocumentRequest Modifier and Type Method Description default CompletableFuture<BatchDeleteDocumentResponse>QBusinessAsyncClient. batchDeleteDocument(BatchDeleteDocumentRequest 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. -
Uses of BatchDeleteDocumentRequest in software.amazon.awssdk.services.qbusiness.transform
Methods in software.amazon.awssdk.services.qbusiness.transform with parameters of type BatchDeleteDocumentRequest Modifier and Type Method Description SdkHttpFullRequestBatchDeleteDocumentRequestMarshaller. marshall(BatchDeleteDocumentRequest batchDeleteDocumentRequest)
-