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