| Package | Description |
|---|---|
| com.amazonaws.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
TopicsDetectionJobFilter |
TopicsDetectionJobFilter.clone() |
TopicsDetectionJobFilter |
ListTopicsDetectionJobsRequest.getFilter()
Filters the jobs that are returned.
|
TopicsDetectionJobFilter |
TopicsDetectionJobFilter.withJobName(String jobName)
|
TopicsDetectionJobFilter |
TopicsDetectionJobFilter.withJobStatus(JobStatus jobStatus)
Filters the list of topic detection jobs based on job status.
|
TopicsDetectionJobFilter |
TopicsDetectionJobFilter.withJobStatus(String jobStatus)
Filters the list of topic detection jobs based on job status.
|
TopicsDetectionJobFilter |
TopicsDetectionJobFilter.withSubmitTimeAfter(Date submitTimeAfter)
Filters the list of jobs based on the time that the job was submitted for processing.
|
TopicsDetectionJobFilter |
TopicsDetectionJobFilter.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 |
ListTopicsDetectionJobsRequest.setFilter(TopicsDetectionJobFilter filter)
Filters the jobs that are returned.
|
ListTopicsDetectionJobsRequest |
ListTopicsDetectionJobsRequest.withFilter(TopicsDetectionJobFilter filter)
Filters the jobs that are returned.
|
Copyright © 2019. All rights reserved.