| Package | Description |
|---|---|
| com.amazonaws.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
DocumentInfo |
DocumentInfo.clone() |
DocumentInfo |
DocumentInfo.withAttributes(Collection<DocumentAttribute> attributes)
Attributes that identify a specific version of a document to check.
|
DocumentInfo |
DocumentInfo.withAttributes(DocumentAttribute... attributes)
Attributes that identify a specific version of a document to check.
|
DocumentInfo |
DocumentInfo.withDocumentId(String documentId)
The identifier of the document.
|
| Modifier and Type | Method and Description |
|---|---|
List<DocumentInfo> |
BatchGetDocumentStatusRequest.getDocumentInfoList()
A list of
DocumentInfo objects that identify the documents for which to get the status. |
| Modifier and Type | Method and Description |
|---|---|
BatchGetDocumentStatusRequest |
BatchGetDocumentStatusRequest.withDocumentInfoList(DocumentInfo... documentInfoList)
A list of
DocumentInfo objects that identify the documents for which to get the status. |
| Modifier and Type | Method and Description |
|---|---|
void |
BatchGetDocumentStatusRequest.setDocumentInfoList(Collection<DocumentInfo> documentInfoList)
A list of
DocumentInfo objects that identify the documents for which to get the status. |
BatchGetDocumentStatusRequest |
BatchGetDocumentStatusRequest.withDocumentInfoList(Collection<DocumentInfo> documentInfoList)
A list of
DocumentInfo objects that identify the documents for which to get the status. |
Copyright © 2024. All rights reserved.