Uses of Class
software.amazon.awssdk.services.comprehend.model.BatchDetectTargetedSentimentItemResult
-
Packages that use BatchDetectTargetedSentimentItemResult Package Description software.amazon.awssdk.services.comprehend.model -
-
Uses of BatchDetectTargetedSentimentItemResult in software.amazon.awssdk.services.comprehend.model
Methods in software.amazon.awssdk.services.comprehend.model that return types with arguments of type BatchDetectTargetedSentimentItemResult Modifier and Type Method Description List<BatchDetectTargetedSentimentItemResult>BatchDetectTargetedSentimentResponse. resultList()A list of objects containing the results of the operation.Methods in software.amazon.awssdk.services.comprehend.model with parameters of type BatchDetectTargetedSentimentItemResult Modifier and Type Method Description BatchDetectTargetedSentimentResponse.BuilderBatchDetectTargetedSentimentResponse.Builder. resultList(BatchDetectTargetedSentimentItemResult... 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 BatchDetectTargetedSentimentItemResult Modifier and Type Method Description BatchDetectTargetedSentimentResponse.BuilderBatchDetectTargetedSentimentResponse.Builder. resultList(Collection<BatchDetectTargetedSentimentItemResult> resultList)A list of objects containing the results of the operation.
-