Uses of Class
software.amazon.awssdk.services.comprehend.model.EventsDetectionJobProperties
-
Packages that use EventsDetectionJobProperties Package Description software.amazon.awssdk.services.comprehend.model -
-
Uses of EventsDetectionJobProperties in software.amazon.awssdk.services.comprehend.model
Methods in software.amazon.awssdk.services.comprehend.model that return EventsDetectionJobProperties Modifier and Type Method Description EventsDetectionJobPropertiesDescribeEventsDetectionJobResponse. eventsDetectionJobProperties()An object that contains the properties associated with an event detection job.Methods in software.amazon.awssdk.services.comprehend.model that return types with arguments of type EventsDetectionJobProperties Modifier and Type Method Description List<EventsDetectionJobProperties>ListEventsDetectionJobsResponse. eventsDetectionJobPropertiesList()A list containing the properties of each job that is returned.Methods in software.amazon.awssdk.services.comprehend.model with parameters of type EventsDetectionJobProperties Modifier and Type Method Description DescribeEventsDetectionJobResponse.BuilderDescribeEventsDetectionJobResponse.Builder. eventsDetectionJobProperties(EventsDetectionJobProperties eventsDetectionJobProperties)An object that contains the properties associated with an event detection job.ListEventsDetectionJobsResponse.BuilderListEventsDetectionJobsResponse.Builder. eventsDetectionJobPropertiesList(EventsDetectionJobProperties... eventsDetectionJobPropertiesList)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 EventsDetectionJobProperties Modifier and Type Method Description ListEventsDetectionJobsResponse.BuilderListEventsDetectionJobsResponse.Builder. eventsDetectionJobPropertiesList(Collection<EventsDetectionJobProperties> eventsDetectionJobPropertiesList)A list containing the properties of each job that is returned.
-