Uses of Class
software.amazon.awssdk.services.devicefarm.model.Job
-
Packages that use Job Package Description software.amazon.awssdk.services.devicefarm.model software.amazon.awssdk.services.devicefarm.paginators -
-
Uses of Job in software.amazon.awssdk.services.devicefarm.model
Methods in software.amazon.awssdk.services.devicefarm.model that return Job Modifier and Type Method Description JobGetJobResponse. job()An object that contains information about the requested job.JobStopJobResponse. job()The job that was stopped.Methods in software.amazon.awssdk.services.devicefarm.model that return types with arguments of type Job Modifier and Type Method Description List<Job>ListJobsResponse. jobs()Information about the jobs.Methods in software.amazon.awssdk.services.devicefarm.model with parameters of type Job Modifier and Type Method Description GetJobResponse.BuilderGetJobResponse.Builder. job(Job job)An object that contains information about the requested job.StopJobResponse.BuilderStopJobResponse.Builder. job(Job job)The job that was stopped.ListJobsResponse.BuilderListJobsResponse.Builder. jobs(Job... jobs)Information about the jobs.Method parameters in software.amazon.awssdk.services.devicefarm.model with type arguments of type Job Modifier and Type Method Description ListJobsResponse.BuilderListJobsResponse.Builder. jobs(Collection<Job> jobs)Information about the jobs. -
Uses of Job in software.amazon.awssdk.services.devicefarm.paginators
Methods in software.amazon.awssdk.services.devicefarm.paginators that return types with arguments of type Job Modifier and Type Method Description SdkIterable<Job>ListJobsIterable. jobs()Returns an iterable to iterate through the paginatedListJobsResponse.jobs()member.SdkPublisher<Job>ListJobsPublisher. jobs()Returns a publisher that can be used to get a stream of data.
-