Uses of Class
software.amazon.awssdk.services.comprehend.model.TopicsDetectionJobProperties
-
Packages that use TopicsDetectionJobProperties Package Description software.amazon.awssdk.services.comprehend.model -
-
Uses of TopicsDetectionJobProperties in software.amazon.awssdk.services.comprehend.model
Methods in software.amazon.awssdk.services.comprehend.model that return TopicsDetectionJobProperties Modifier and Type Method Description TopicsDetectionJobPropertiesDescribeTopicsDetectionJobResponse. topicsDetectionJobProperties()The list of properties for the requested job.Methods in software.amazon.awssdk.services.comprehend.model that return types with arguments of type TopicsDetectionJobProperties Modifier and Type Method Description List<TopicsDetectionJobProperties>ListTopicsDetectionJobsResponse. topicsDetectionJobPropertiesList()A list containing the properties of each job that is returned.Methods in software.amazon.awssdk.services.comprehend.model with parameters of type TopicsDetectionJobProperties Modifier and Type Method Description DescribeTopicsDetectionJobResponse.BuilderDescribeTopicsDetectionJobResponse.Builder. topicsDetectionJobProperties(TopicsDetectionJobProperties topicsDetectionJobProperties)The list of properties for the requested job.ListTopicsDetectionJobsResponse.BuilderListTopicsDetectionJobsResponse.Builder. topicsDetectionJobPropertiesList(TopicsDetectionJobProperties... topicsDetectionJobPropertiesList)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 TopicsDetectionJobProperties Modifier and Type Method Description ListTopicsDetectionJobsResponse.BuilderListTopicsDetectionJobsResponse.Builder. topicsDetectionJobPropertiesList(Collection<TopicsDetectionJobProperties> topicsDetectionJobPropertiesList)A list containing the properties of each job that is returned.
-