Uses of Class
software.amazon.awssdk.services.kendra.model.Document
-
Packages that use Document Package Description software.amazon.awssdk.services.kendra.model -
-
Uses of Document in software.amazon.awssdk.services.kendra.model
Methods in software.amazon.awssdk.services.kendra.model that return types with arguments of type Document Modifier and Type Method Description List<Document>BatchPutDocumentRequest. documents()One or more documents to add to the index.Methods in software.amazon.awssdk.services.kendra.model with parameters of type Document Modifier and Type Method Description BatchPutDocumentRequest.BuilderBatchPutDocumentRequest.Builder. documents(Document... documents)One or more documents to add to the index.Method parameters in software.amazon.awssdk.services.kendra.model with type arguments of type Document Modifier and Type Method Description BatchPutDocumentRequest.BuilderBatchPutDocumentRequest.Builder. documents(Collection<Document> documents)One or more documents to add to the index.
-