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