Uses of Class
software.amazon.awssdk.services.comprehend.model.BatchItemError
-
Packages that use BatchItemError Package Description software.amazon.awssdk.services.comprehend.model -
-
Uses of BatchItemError in software.amazon.awssdk.services.comprehend.model
Methods in software.amazon.awssdk.services.comprehend.model that return types with arguments of type BatchItemError Modifier and Type Method Description List<BatchItemError>BatchDetectDominantLanguageResponse. errorList()A list containing one object for each document that contained an error.List<BatchItemError>BatchDetectEntitiesResponse. errorList()A list containing one object for each document that contained an error.List<BatchItemError>BatchDetectKeyPhrasesResponse. errorList()A list containing one object for each document that contained an error.List<BatchItemError>BatchDetectSentimentResponse. errorList()A list containing one object for each document that contained an error.List<BatchItemError>BatchDetectSyntaxResponse. errorList()A list containing one object for each document that contained an error.List<BatchItemError>BatchDetectTargetedSentimentResponse. errorList()List of errors that the operation can return.Methods in software.amazon.awssdk.services.comprehend.model with parameters of type BatchItemError Modifier and Type Method Description BatchDetectDominantLanguageResponse.BuilderBatchDetectDominantLanguageResponse.Builder. errorList(BatchItemError... errorList)A list containing one object for each document that contained an error.BatchDetectEntitiesResponse.BuilderBatchDetectEntitiesResponse.Builder. errorList(BatchItemError... errorList)A list containing one object for each document that contained an error.BatchDetectKeyPhrasesResponse.BuilderBatchDetectKeyPhrasesResponse.Builder. errorList(BatchItemError... errorList)A list containing one object for each document that contained an error.BatchDetectSentimentResponse.BuilderBatchDetectSentimentResponse.Builder. errorList(BatchItemError... errorList)A list containing one object for each document that contained an error.BatchDetectSyntaxResponse.BuilderBatchDetectSyntaxResponse.Builder. errorList(BatchItemError... errorList)A list containing one object for each document that contained an error.BatchDetectTargetedSentimentResponse.BuilderBatchDetectTargetedSentimentResponse.Builder. errorList(BatchItemError... errorList)List of errors that the operation can return.Method parameters in software.amazon.awssdk.services.comprehend.model with type arguments of type BatchItemError Modifier and Type Method Description BatchDetectDominantLanguageResponse.BuilderBatchDetectDominantLanguageResponse.Builder. errorList(Collection<BatchItemError> errorList)A list containing one object for each document that contained an error.BatchDetectEntitiesResponse.BuilderBatchDetectEntitiesResponse.Builder. errorList(Collection<BatchItemError> errorList)A list containing one object for each document that contained an error.BatchDetectKeyPhrasesResponse.BuilderBatchDetectKeyPhrasesResponse.Builder. errorList(Collection<BatchItemError> errorList)A list containing one object for each document that contained an error.BatchDetectSentimentResponse.BuilderBatchDetectSentimentResponse.Builder. errorList(Collection<BatchItemError> errorList)A list containing one object for each document that contained an error.BatchDetectSyntaxResponse.BuilderBatchDetectSyntaxResponse.Builder. errorList(Collection<BatchItemError> errorList)A list containing one object for each document that contained an error.BatchDetectTargetedSentimentResponse.BuilderBatchDetectTargetedSentimentResponse.Builder. errorList(Collection<BatchItemError> errorList)List of errors that the operation can return.
-