Uses of Class
software.amazon.awssdk.services.comprehend.model.BatchDetectSentimentItemResult
-
Packages that use BatchDetectSentimentItemResult Package Description software.amazon.awssdk.services.comprehend.model -
-
Uses of BatchDetectSentimentItemResult in software.amazon.awssdk.services.comprehend.model
Methods in software.amazon.awssdk.services.comprehend.model that return types with arguments of type BatchDetectSentimentItemResult Modifier and Type Method Description List<BatchDetectSentimentItemResult>BatchDetectSentimentResponse. resultList()A list of objects containing the results of the operation.Methods in software.amazon.awssdk.services.comprehend.model with parameters of type BatchDetectSentimentItemResult Modifier and Type Method Description BatchDetectSentimentResponse.BuilderBatchDetectSentimentResponse.Builder. resultList(BatchDetectSentimentItemResult... resultList)A list of objects containing the results of the operation.Method parameters in software.amazon.awssdk.services.comprehend.model with type arguments of type BatchDetectSentimentItemResult Modifier and Type Method Description BatchDetectSentimentResponse.BuilderBatchDetectSentimentResponse.Builder. resultList(Collection<BatchDetectSentimentItemResult> resultList)A list of objects containing the results of the operation.
-