Uses of Class
software.amazon.awssdk.services.qbusiness.model.BatchPutDocumentRequest
-
Packages that use BatchPutDocumentRequest Package Description software.amazon.awssdk.services.qbusiness This is the Amazon Q Business API Reference.software.amazon.awssdk.services.qbusiness.transform -
-
Uses of BatchPutDocumentRequest in software.amazon.awssdk.services.qbusiness
Methods in software.amazon.awssdk.services.qbusiness with parameters of type BatchPutDocumentRequest Modifier and Type Method Description default CompletableFuture<BatchPutDocumentResponse>QBusinessAsyncClient. batchPutDocument(BatchPutDocumentRequest batchPutDocumentRequest)Adds one or more documents to an Amazon Q Business index.default BatchPutDocumentResponseQBusinessClient. batchPutDocument(BatchPutDocumentRequest batchPutDocumentRequest)Adds one or more documents to an Amazon Q Business index. -
Uses of BatchPutDocumentRequest in software.amazon.awssdk.services.qbusiness.transform
Methods in software.amazon.awssdk.services.qbusiness.transform with parameters of type BatchPutDocumentRequest Modifier and Type Method Description SdkHttpFullRequestBatchPutDocumentRequestMarshaller. marshall(BatchPutDocumentRequest batchPutDocumentRequest)
-