Uses of Class
software.amazon.awssdk.services.kendra.model.BatchPutDocumentRequest
-
Packages that use BatchPutDocumentRequest Package Description software.amazon.awssdk.services.kendra Amazon Kendra is a service for indexing large document sets.software.amazon.awssdk.services.kendra.transform -
-
Uses of BatchPutDocumentRequest in software.amazon.awssdk.services.kendra
Methods in software.amazon.awssdk.services.kendra with parameters of type BatchPutDocumentRequest Modifier and Type Method Description default CompletableFuture<BatchPutDocumentResponse>KendraAsyncClient. batchPutDocument(BatchPutDocumentRequest batchPutDocumentRequest)Adds one or more documents to an index.default BatchPutDocumentResponseKendraClient. batchPutDocument(BatchPutDocumentRequest batchPutDocumentRequest)Adds one or more documents to an index. -
Uses of BatchPutDocumentRequest in software.amazon.awssdk.services.kendra.transform
Methods in software.amazon.awssdk.services.kendra.transform with parameters of type BatchPutDocumentRequest Modifier and Type Method Description SdkHttpFullRequestBatchPutDocumentRequestMarshaller. marshall(BatchPutDocumentRequest batchPutDocumentRequest)
-