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