Uses of Class
software.amazon.awssdk.services.comprehend.model.SentimentDetectionJobProperties
-
Packages that use SentimentDetectionJobProperties Package Description software.amazon.awssdk.services.comprehend.model -
-
Uses of SentimentDetectionJobProperties in software.amazon.awssdk.services.comprehend.model
Methods in software.amazon.awssdk.services.comprehend.model that return SentimentDetectionJobProperties Modifier and Type Method Description SentimentDetectionJobPropertiesDescribeSentimentDetectionJobResponse. sentimentDetectionJobProperties()An object that contains the properties associated with a sentiment detection job.Methods in software.amazon.awssdk.services.comprehend.model that return types with arguments of type SentimentDetectionJobProperties Modifier and Type Method Description List<SentimentDetectionJobProperties>ListSentimentDetectionJobsResponse. sentimentDetectionJobPropertiesList()A list containing the properties of each job that is returned.Methods in software.amazon.awssdk.services.comprehend.model with parameters of type SentimentDetectionJobProperties Modifier and Type Method Description DescribeSentimentDetectionJobResponse.BuilderDescribeSentimentDetectionJobResponse.Builder. sentimentDetectionJobProperties(SentimentDetectionJobProperties sentimentDetectionJobProperties)An object that contains the properties associated with a sentiment detection job.ListSentimentDetectionJobsResponse.BuilderListSentimentDetectionJobsResponse.Builder. sentimentDetectionJobPropertiesList(SentimentDetectionJobProperties... sentimentDetectionJobPropertiesList)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 SentimentDetectionJobProperties Modifier and Type Method Description ListSentimentDetectionJobsResponse.BuilderListSentimentDetectionJobsResponse.Builder. sentimentDetectionJobPropertiesList(Collection<SentimentDetectionJobProperties> sentimentDetectionJobPropertiesList)A list containing the properties of each job that is returned.
-