| Package | Description |
|---|---|
| com.amazonaws.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
EventsDetectionJobFilter |
EventsDetectionJobFilter.clone() |
EventsDetectionJobFilter |
ListEventsDetectionJobsRequest.getFilter()
Filters the jobs that are returned.
|
EventsDetectionJobFilter |
EventsDetectionJobFilter.withJobName(String jobName)
Filters on the name of the events detection job.
|
EventsDetectionJobFilter |
EventsDetectionJobFilter.withJobStatus(JobStatus jobStatus)
Filters the list of jobs based on job status.
|
EventsDetectionJobFilter |
EventsDetectionJobFilter.withJobStatus(String jobStatus)
Filters the list of jobs based on job status.
|
EventsDetectionJobFilter |
EventsDetectionJobFilter.withSubmitTimeAfter(Date submitTimeAfter)
Filters the list of jobs based on the time that the job was submitted for processing.
|
EventsDetectionJobFilter |
EventsDetectionJobFilter.withSubmitTimeBefore(Date submitTimeBefore)
Filters the list of jobs based on the time that the job was submitted for processing.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListEventsDetectionJobsRequest.setFilter(EventsDetectionJobFilter filter)
Filters the jobs that are returned.
|
ListEventsDetectionJobsRequest |
ListEventsDetectionJobsRequest.withFilter(EventsDetectionJobFilter filter)
Filters the jobs that are returned.
|
Copyright © 2023. All rights reserved.