| Package | Description |
|---|---|
| software.amazon.awssdk.services.entityresolution.model | |
| software.amazon.awssdk.services.entityresolution.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<JobSummary> |
ListIdMappingJobsResponse.jobs()
A list of
JobSummary objects. |
List<JobSummary> |
ListMatchingJobsResponse.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 |
|---|---|
ListIdMappingJobsResponse.Builder |
ListIdMappingJobsResponse.Builder.jobs(JobSummary... jobs)
A list of
JobSummary objects. |
ListMatchingJobsResponse.Builder |
ListMatchingJobsResponse.Builder.jobs(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 |
|---|---|
ListIdMappingJobsResponse.Builder |
ListIdMappingJobsResponse.Builder.jobs(Collection<JobSummary> jobs)
A list of
JobSummary objects. |
ListMatchingJobsResponse.Builder |
ListMatchingJobsResponse.Builder.jobs(Collection<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 |
|---|---|
SdkPublisher<JobSummary> |
ListMatchingJobsPublisher.jobs()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<JobSummary> |
ListMatchingJobsIterable.jobs()
Returns an iterable to iterate through the paginated
ListMatchingJobsResponse.jobs() member. |
SdkPublisher<JobSummary> |
ListIdMappingJobsPublisher.jobs()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<JobSummary> |
ListIdMappingJobsIterable.jobs()
Returns an iterable to iterate through the paginated
ListIdMappingJobsResponse.jobs() member. |
Copyright © 2023. All rights reserved.