| Package | Description |
|---|---|
| software.amazon.awssdk.services.kendra |
Amazon Kendra is a service for indexing large document sets.
|
| Modifier and Type | Method and Description |
|---|---|
default BatchPutDocumentResponse |
KendraClient.batchPutDocument(BatchPutDocumentRequest batchPutDocumentRequest)
Adds one or more documents to an index.
|
default BatchPutDocumentResponse |
KendraClient.batchPutDocument(Consumer<BatchPutDocumentRequest.Builder> batchPutDocumentRequest)
Adds one or more documents to an index.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<BatchPutDocumentResponse> |
KendraAsyncClient.batchPutDocument(BatchPutDocumentRequest batchPutDocumentRequest)
Adds one or more documents to an index.
|
default CompletableFuture<BatchPutDocumentResponse> |
KendraAsyncClient.batchPutDocument(Consumer<BatchPutDocumentRequest.Builder> batchPutDocumentRequest)
Adds one or more documents to an index.
|
Copyright © 2020. All rights reserved.