| 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 |
|---|---|
Future<BatchGetDocumentStatusResult> |
AWSkendraAsyncClient.batchGetDocumentStatusAsync(BatchGetDocumentStatusRequest request,
AsyncHandler<BatchGetDocumentStatusRequest,BatchGetDocumentStatusResult> asyncHandler) |
Future<BatchGetDocumentStatusResult> |
AbstractAWSkendraAsync.batchGetDocumentStatusAsync(BatchGetDocumentStatusRequest request,
AsyncHandler<BatchGetDocumentStatusRequest,BatchGetDocumentStatusResult> asyncHandler) |
Future<BatchGetDocumentStatusResult> |
AWSkendraAsync.batchGetDocumentStatusAsync(BatchGetDocumentStatusRequest batchGetDocumentStatusRequest,
AsyncHandler<BatchGetDocumentStatusRequest,BatchGetDocumentStatusResult> asyncHandler)
Returns the indexing status for one or more documents submitted with the BatchPutDocument API.
|
| Modifier and Type | Method and Description |
|---|---|
BatchGetDocumentStatusRequest |
BatchGetDocumentStatusRequest.clone() |
BatchGetDocumentStatusRequest |
BatchGetDocumentStatusRequest.withDocumentInfoList(Collection<DocumentInfo> documentInfoList)
A list of
DocumentInfo objects that identify the documents for which to get the status. |
BatchGetDocumentStatusRequest |
BatchGetDocumentStatusRequest.withDocumentInfoList(DocumentInfo... documentInfoList)
A list of
DocumentInfo objects that identify the documents for which to get the status. |
BatchGetDocumentStatusRequest |
BatchGetDocumentStatusRequest.withIndexId(String indexId)
The identifier of the index to add documents to.
|
Copyright © 2024. All rights reserved.