| 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. |
List<JobSummary> |
ListIdMappingJobsResult.getJobs()
A list of
JobSummary objects. |
| 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. |
ListIdMappingJobsResult |
ListIdMappingJobsResult.withJobs(JobSummary... jobs)
A list of
JobSummary objects. |
| 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. |
void |
ListIdMappingJobsResult.setJobs(Collection<JobSummary> jobs)
A list of
JobSummary objects. |
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. |
ListIdMappingJobsResult |
ListIdMappingJobsResult.withJobs(Collection<JobSummary> jobs)
A list of
JobSummary objects. |
Copyright © 2024. All rights reserved.