Uses of Class
software.amazon.awssdk.services.kendra.model.BatchGetDocumentStatusResponseError
-
Packages that use BatchGetDocumentStatusResponseError Package Description software.amazon.awssdk.services.kendra.model -
-
Uses of BatchGetDocumentStatusResponseError in software.amazon.awssdk.services.kendra.model
Methods in software.amazon.awssdk.services.kendra.model that return types with arguments of type BatchGetDocumentStatusResponseError Modifier and Type Method Description List<BatchGetDocumentStatusResponseError>BatchGetDocumentStatusResponse. errors()A list of documents that Amazon Kendra couldn't get the status for.Methods in software.amazon.awssdk.services.kendra.model with parameters of type BatchGetDocumentStatusResponseError Modifier and Type Method Description BatchGetDocumentStatusResponse.BuilderBatchGetDocumentStatusResponse.Builder. errors(BatchGetDocumentStatusResponseError... errors)A list of documents that Amazon Kendra couldn't get the status for.Method parameters in software.amazon.awssdk.services.kendra.model with type arguments of type BatchGetDocumentStatusResponseError Modifier and Type Method Description BatchGetDocumentStatusResponse.BuilderBatchGetDocumentStatusResponse.Builder. errors(Collection<BatchGetDocumentStatusResponseError> errors)A list of documents that Amazon Kendra couldn't get the status for.
-