Uses of Class
software.amazon.awssdk.services.iot.model.JobSummary
-
Packages that use JobSummary Package Description software.amazon.awssdk.services.iot.model software.amazon.awssdk.services.iot.paginators -
-
Uses of JobSummary in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type JobSummary Modifier and Type Method Description List<JobSummary>ListJobsResponse. jobs()A list of jobs.Methods in software.amazon.awssdk.services.iot.model with parameters of type JobSummary Modifier and Type Method Description ListJobsResponse.BuilderListJobsResponse.Builder. jobs(JobSummary... jobs)A list of jobs.Method parameters in software.amazon.awssdk.services.iot.model with type arguments of type JobSummary Modifier and Type Method Description ListJobsResponse.BuilderListJobsResponse.Builder. jobs(Collection<JobSummary> jobs)A list of jobs. -
Uses of JobSummary in software.amazon.awssdk.services.iot.paginators
Methods in software.amazon.awssdk.services.iot.paginators that return types with arguments of type JobSummary Modifier and Type Method Description SdkIterable<JobSummary>ListJobsIterable. jobs()Returns an iterable to iterate through the paginatedListJobsResponse.jobs()member.SdkPublisher<JobSummary>ListJobsPublisher. jobs()Returns a publisher that can be used to get a stream of data.
-