Uses of Class
software.amazon.awssdk.services.qbusiness.model.BatchPutDocumentResponse
-
Packages that use BatchPutDocumentResponse Package Description software.amazon.awssdk.services.qbusiness -
-
Uses of BatchPutDocumentResponse in software.amazon.awssdk.services.qbusiness
Methods in software.amazon.awssdk.services.qbusiness that return BatchPutDocumentResponse Modifier and Type Method Description default BatchPutDocumentResponseQBusinessClient. batchPutDocument(Consumer<BatchPutDocumentRequest.Builder> 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.Methods in software.amazon.awssdk.services.qbusiness that return types with arguments of type BatchPutDocumentResponse Modifier and Type Method Description default CompletableFuture<BatchPutDocumentResponse>QBusinessAsyncClient. batchPutDocument(Consumer<BatchPutDocumentRequest.Builder> batchPutDocumentRequest)Adds one or more documents to an Amazon Q index.default CompletableFuture<BatchPutDocumentResponse>QBusinessAsyncClient. batchPutDocument(BatchPutDocumentRequest batchPutDocumentRequest)Adds one or more documents to an Amazon Q index.
-