Uses of Class
software.amazon.awssdk.services.qbusiness.model.FailedDocument
-
Packages that use FailedDocument Package Description software.amazon.awssdk.services.qbusiness.model -
-
Uses of FailedDocument in software.amazon.awssdk.services.qbusiness.model
Methods in software.amazon.awssdk.services.qbusiness.model that return types with arguments of type FailedDocument Modifier and Type Method Description List<FailedDocument>BatchDeleteDocumentResponse. failedDocuments()A list of documents that couldn't be removed from the Amazon Q Business index.List<FailedDocument>BatchPutDocumentResponse. failedDocuments()A list of documents that were not added to the Amazon Q Business index because the document failed a validation check.Methods in software.amazon.awssdk.services.qbusiness.model with parameters of type FailedDocument Modifier and Type Method Description BatchDeleteDocumentResponse.BuilderBatchDeleteDocumentResponse.Builder. failedDocuments(FailedDocument... failedDocuments)A list of documents that couldn't be removed from the Amazon Q Business index.BatchPutDocumentResponse.BuilderBatchPutDocumentResponse.Builder. failedDocuments(FailedDocument... failedDocuments)A list of documents that were not added to the Amazon Q Business index because the document failed a validation check.Method parameters in software.amazon.awssdk.services.qbusiness.model with type arguments of type FailedDocument Modifier and Type Method Description BatchDeleteDocumentResponse.BuilderBatchDeleteDocumentResponse.Builder. failedDocuments(Collection<FailedDocument> failedDocuments)A list of documents that couldn't be removed from the Amazon Q Business index.BatchPutDocumentResponse.BuilderBatchPutDocumentResponse.Builder. failedDocuments(Collection<FailedDocument> failedDocuments)A list of documents that were not added to the Amazon Q Business index because the document failed a validation check.
-