| Package | Description |
|---|---|
| com.amazonaws.services.kendra |
Amazon Kendra is a service for indexing large document sets.
|
| com.amazonaws.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
BatchPutDocumentResult |
AbstractAWSkendra.batchPutDocument(BatchPutDocumentRequest request) |
BatchPutDocumentResult |
AWSkendra.batchPutDocument(BatchPutDocumentRequest batchPutDocumentRequest)
Adds one or more documents to an index.
|
BatchPutDocumentResult |
AWSkendraClient.batchPutDocument(BatchPutDocumentRequest request)
Adds one or more documents to an index.
|
| Modifier and Type | Method and Description |
|---|---|
Future<BatchPutDocumentResult> |
AbstractAWSkendraAsync.batchPutDocumentAsync(BatchPutDocumentRequest request,
AsyncHandler<BatchPutDocumentRequest,BatchPutDocumentResult> asyncHandler) |
Future<BatchPutDocumentResult> |
AWSkendraAsync.batchPutDocumentAsync(BatchPutDocumentRequest batchPutDocumentRequest,
AsyncHandler<BatchPutDocumentRequest,BatchPutDocumentResult> asyncHandler)
Adds one or more documents to an index.
|
Future<BatchPutDocumentResult> |
AWSkendraAsyncClient.batchPutDocumentAsync(BatchPutDocumentRequest request,
AsyncHandler<BatchPutDocumentRequest,BatchPutDocumentResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
BatchPutDocumentResult |
BatchPutDocumentResult.clone() |
BatchPutDocumentResult |
BatchPutDocumentResult.withFailedDocuments(BatchPutDocumentResponseFailedDocument... failedDocuments)
A list of documents that were not added to the index because the document failed a validation check.
|
BatchPutDocumentResult |
BatchPutDocumentResult.withFailedDocuments(Collection<BatchPutDocumentResponseFailedDocument> failedDocuments)
A list of documents that were not added to the index because the document failed a validation check.
|
Copyright © 2023. All rights reserved.