Uses of Class
software.amazon.awssdk.services.comprehend.model.TargetedSentimentDetectionJobProperties
-
Packages that use TargetedSentimentDetectionJobProperties Package Description software.amazon.awssdk.services.comprehend.model -
-
Uses of TargetedSentimentDetectionJobProperties in software.amazon.awssdk.services.comprehend.model
Methods in software.amazon.awssdk.services.comprehend.model that return TargetedSentimentDetectionJobProperties Modifier and Type Method Description TargetedSentimentDetectionJobPropertiesDescribeTargetedSentimentDetectionJobResponse. targetedSentimentDetectionJobProperties()An object that contains the properties associated with a targeted sentiment detection job.Methods in software.amazon.awssdk.services.comprehend.model that return types with arguments of type TargetedSentimentDetectionJobProperties Modifier and Type Method Description List<TargetedSentimentDetectionJobProperties>ListTargetedSentimentDetectionJobsResponse. targetedSentimentDetectionJobPropertiesList()A list containing the properties of each job that is returned.Methods in software.amazon.awssdk.services.comprehend.model with parameters of type TargetedSentimentDetectionJobProperties Modifier and Type Method Description DescribeTargetedSentimentDetectionJobResponse.BuilderDescribeTargetedSentimentDetectionJobResponse.Builder. targetedSentimentDetectionJobProperties(TargetedSentimentDetectionJobProperties targetedSentimentDetectionJobProperties)An object that contains the properties associated with a targeted sentiment detection job.ListTargetedSentimentDetectionJobsResponse.BuilderListTargetedSentimentDetectionJobsResponse.Builder. targetedSentimentDetectionJobPropertiesList(TargetedSentimentDetectionJobProperties... targetedSentimentDetectionJobPropertiesList)A list containing the properties of each job that is returned.Method parameters in software.amazon.awssdk.services.comprehend.model with type arguments of type TargetedSentimentDetectionJobProperties Modifier and Type Method Description ListTargetedSentimentDetectionJobsResponse.BuilderListTargetedSentimentDetectionJobsResponse.Builder. targetedSentimentDetectionJobPropertiesList(Collection<TargetedSentimentDetectionJobProperties> targetedSentimentDetectionJobPropertiesList)A list containing the properties of each job that is returned.
-