Uses of Class
software.amazon.awssdk.services.entityresolution.model.JobSummary
-
Packages that use JobSummary Package Description software.amazon.awssdk.services.entityresolution.model software.amazon.awssdk.services.entityresolution.paginators -
-
Uses of JobSummary in software.amazon.awssdk.services.entityresolution.model
Methods in software.amazon.awssdk.services.entityresolution.model that return types with arguments of type JobSummary Modifier and Type Method Description List<JobSummary>ListIdMappingJobsResponse. jobs()A list ofJobSummaryobjects.List<JobSummary>ListMatchingJobsResponse. jobs()A list ofJobSummaryobjects, each of which contain the ID, status, start time, and end time of a job.Methods in software.amazon.awssdk.services.entityresolution.model with parameters of type JobSummary Modifier and Type Method Description ListIdMappingJobsResponse.BuilderListIdMappingJobsResponse.Builder. jobs(JobSummary... jobs)A list ofJobSummaryobjects.ListMatchingJobsResponse.BuilderListMatchingJobsResponse.Builder. jobs(JobSummary... jobs)A list ofJobSummaryobjects, each of which contain the ID, status, start time, and end time of a job.Method parameters in software.amazon.awssdk.services.entityresolution.model with type arguments of type JobSummary Modifier and Type Method Description ListIdMappingJobsResponse.BuilderListIdMappingJobsResponse.Builder. jobs(Collection<JobSummary> jobs)A list ofJobSummaryobjects.ListMatchingJobsResponse.BuilderListMatchingJobsResponse.Builder. jobs(Collection<JobSummary> jobs)A list ofJobSummaryobjects, each of which contain the ID, status, start time, and end time of a job. -
Uses of JobSummary in software.amazon.awssdk.services.entityresolution.paginators
Methods in software.amazon.awssdk.services.entityresolution.paginators that return types with arguments of type JobSummary Modifier and Type Method Description SdkIterable<JobSummary>ListIdMappingJobsIterable. jobs()Returns an iterable to iterate through the paginatedListIdMappingJobsResponse.jobs()member.SdkPublisher<JobSummary>ListIdMappingJobsPublisher. 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 paginatedListMatchingJobsResponse.jobs()member.SdkPublisher<JobSummary>ListMatchingJobsPublisher. jobs()Returns a publisher that can be used to get a stream of data.
-