Uses of Class
software.amazon.awssdk.services.kendra.model.BatchPutDocumentResponseFailedDocument
-
Packages that use BatchPutDocumentResponseFailedDocument Package Description software.amazon.awssdk.services.kendra.model -
-
Uses of BatchPutDocumentResponseFailedDocument in software.amazon.awssdk.services.kendra.model
Methods in software.amazon.awssdk.services.kendra.model that return types with arguments of type BatchPutDocumentResponseFailedDocument Modifier and Type Method Description List<BatchPutDocumentResponseFailedDocument>BatchPutDocumentResponse. failedDocuments()A list of documents that were not added to the index because the document failed a validation check.Methods in software.amazon.awssdk.services.kendra.model with parameters of type BatchPutDocumentResponseFailedDocument Modifier and Type Method Description BatchPutDocumentResponse.BuilderBatchPutDocumentResponse.Builder. failedDocuments(BatchPutDocumentResponseFailedDocument... failedDocuments)A list of documents that were not added to the index because the document failed a validation check.Method parameters in software.amazon.awssdk.services.kendra.model with type arguments of type BatchPutDocumentResponseFailedDocument Modifier and Type Method Description BatchPutDocumentResponse.BuilderBatchPutDocumentResponse.Builder. failedDocuments(Collection<BatchPutDocumentResponseFailedDocument> failedDocuments)A list of documents that were not added to the index because the document failed a validation check.
-