Uses of Class
software.amazon.awssdk.services.kendra.model.BatchDeleteDocumentResponseFailedDocument
-
Packages that use BatchDeleteDocumentResponseFailedDocument Package Description software.amazon.awssdk.services.kendra.model -
-
Uses of BatchDeleteDocumentResponseFailedDocument in software.amazon.awssdk.services.kendra.model
Methods in software.amazon.awssdk.services.kendra.model that return types with arguments of type BatchDeleteDocumentResponseFailedDocument Modifier and Type Method Description List<BatchDeleteDocumentResponseFailedDocument>BatchDeleteDocumentResponse. failedDocuments()A list of documents that could not be removed from the index.Methods in software.amazon.awssdk.services.kendra.model with parameters of type BatchDeleteDocumentResponseFailedDocument Modifier and Type Method Description BatchDeleteDocumentResponse.BuilderBatchDeleteDocumentResponse.Builder. failedDocuments(BatchDeleteDocumentResponseFailedDocument... failedDocuments)A list of documents that could not be removed from the index.Method parameters in software.amazon.awssdk.services.kendra.model with type arguments of type BatchDeleteDocumentResponseFailedDocument Modifier and Type Method Description BatchDeleteDocumentResponse.BuilderBatchDeleteDocumentResponse.Builder. failedDocuments(Collection<BatchDeleteDocumentResponseFailedDocument> failedDocuments)A list of documents that could not be removed from the index.
-