| Package | Description |
|---|---|
| com.amazonaws.services.entityresolution.model |
| Modifier and Type | Method and Description |
|---|---|
JobSummary |
JobSummary.clone() |
JobSummary |
JobSummary.withEndTime(Date endTime)
The time at which the job has finished.
|
JobSummary |
JobSummary.withJobId(String jobId)
The ID of the job.
|
JobSummary |
JobSummary.withStartTime(Date startTime)
The time at which the job was started.
|
JobSummary |
JobSummary.withStatus(JobStatus status)
The current status of the job.
|
JobSummary |
JobSummary.withStatus(String status)
The current status of the job.
|
| Modifier and Type | Method and Description |
|---|---|
List<JobSummary> |
ListMatchingJobsResult.getJobs()
A list of JobSummary objects, each of which contain the ID, status, start time, and end time of a job.
|
| Modifier and Type | Method and Description |
|---|---|
ListMatchingJobsResult |
ListMatchingJobsResult.withJobs(JobSummary... jobs)
A list of JobSummary objects, each of which contain the ID, status, start time, and end time of a job.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListMatchingJobsResult.setJobs(Collection<JobSummary> jobs)
A list of JobSummary objects, each of which contain the ID, status, start time, and end time of a job.
|
ListMatchingJobsResult |
ListMatchingJobsResult.withJobs(Collection<JobSummary> jobs)
A list of JobSummary objects, each of which contain the ID, status, start time, and end time of a job.
|
Copyright © 2023. All rights reserved.