Uses of Class
software.amazon.awssdk.services.comprehend.model.ErrorsListItem
-
Packages that use ErrorsListItem Package Description software.amazon.awssdk.services.comprehend.model -
-
Uses of ErrorsListItem in software.amazon.awssdk.services.comprehend.model
Methods in software.amazon.awssdk.services.comprehend.model that return types with arguments of type ErrorsListItem Modifier and Type Method Description List<ErrorsListItem>ClassifyDocumentResponse. errors()Page-level errors that the system detected while processing the input document.List<ErrorsListItem>DetectEntitiesResponse. errors()Page-level errors that the system detected while processing the input document.Methods in software.amazon.awssdk.services.comprehend.model with parameters of type ErrorsListItem Modifier and Type Method Description ClassifyDocumentResponse.BuilderClassifyDocumentResponse.Builder. errors(ErrorsListItem... errors)Page-level errors that the system detected while processing the input document.DetectEntitiesResponse.BuilderDetectEntitiesResponse.Builder. errors(ErrorsListItem... errors)Page-level errors that the system detected while processing the input document.Method parameters in software.amazon.awssdk.services.comprehend.model with type arguments of type ErrorsListItem Modifier and Type Method Description ClassifyDocumentResponse.BuilderClassifyDocumentResponse.Builder. errors(Collection<ErrorsListItem> errors)Page-level errors that the system detected while processing the input document.DetectEntitiesResponse.BuilderDetectEntitiesResponse.Builder. errors(Collection<ErrorsListItem> errors)Page-level errors that the system detected while processing the input document.
-