Uses of Class
software.amazon.awssdk.services.kendra.model.DocumentInfo
-
Packages that use DocumentInfo Package Description software.amazon.awssdk.services.kendra.model -
-
Uses of DocumentInfo in software.amazon.awssdk.services.kendra.model
Methods in software.amazon.awssdk.services.kendra.model that return types with arguments of type DocumentInfo Modifier and Type Method Description List<DocumentInfo>BatchGetDocumentStatusRequest. documentInfoList()A list ofDocumentInfoobjects that identify the documents for which to get the status.Methods in software.amazon.awssdk.services.kendra.model with parameters of type DocumentInfo Modifier and Type Method Description BatchGetDocumentStatusRequest.BuilderBatchGetDocumentStatusRequest.Builder. documentInfoList(DocumentInfo... documentInfoList)A list ofDocumentInfoobjects that identify the documents for which to get the status.Method parameters in software.amazon.awssdk.services.kendra.model with type arguments of type DocumentInfo Modifier and Type Method Description BatchGetDocumentStatusRequest.BuilderBatchGetDocumentStatusRequest.Builder. documentInfoList(Collection<DocumentInfo> documentInfoList)A list ofDocumentInfoobjects that identify the documents for which to get the status.
-