Uses of Class
software.amazon.awssdk.services.qbusiness.model.BatchPutDocumentRequest
-
Packages that use BatchPutDocumentRequest Package Description software.amazon.awssdk.services.qbusiness 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 index.default BatchPutDocumentResponseQBusinessClient. batchPutDocument(BatchPutDocumentRequest batchPutDocumentRequest)Adds one or more documents to an Amazon Q 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)
-