Uses of Class
software.amazon.awssdk.services.comprehend.model.EntitiesDetectionJobProperties
-
Packages that use EntitiesDetectionJobProperties Package Description software.amazon.awssdk.services.comprehend.model -
-
Uses of EntitiesDetectionJobProperties in software.amazon.awssdk.services.comprehend.model
Methods in software.amazon.awssdk.services.comprehend.model that return EntitiesDetectionJobProperties Modifier and Type Method Description EntitiesDetectionJobPropertiesDescribeEntitiesDetectionJobResponse. entitiesDetectionJobProperties()An object that contains the properties associated with an entities detection job.Methods in software.amazon.awssdk.services.comprehend.model that return types with arguments of type EntitiesDetectionJobProperties Modifier and Type Method Description List<EntitiesDetectionJobProperties>ListEntitiesDetectionJobsResponse. entitiesDetectionJobPropertiesList()A list containing the properties of each job that is returned.Methods in software.amazon.awssdk.services.comprehend.model with parameters of type EntitiesDetectionJobProperties Modifier and Type Method Description DescribeEntitiesDetectionJobResponse.BuilderDescribeEntitiesDetectionJobResponse.Builder. entitiesDetectionJobProperties(EntitiesDetectionJobProperties entitiesDetectionJobProperties)An object that contains the properties associated with an entities detection job.ListEntitiesDetectionJobsResponse.BuilderListEntitiesDetectionJobsResponse.Builder. entitiesDetectionJobPropertiesList(EntitiesDetectionJobProperties... entitiesDetectionJobPropertiesList)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 EntitiesDetectionJobProperties Modifier and Type Method Description ListEntitiesDetectionJobsResponse.BuilderListEntitiesDetectionJobsResponse.Builder. entitiesDetectionJobPropertiesList(Collection<EntitiesDetectionJobProperties> entitiesDetectionJobPropertiesList)A list containing the properties of each job that is returned.
-