Uses of Class
com.amazonaws.services.devicefarm.model.Job
Packages that use Job
-
Uses of Job in com.amazonaws.services.devicefarm.model
Methods in com.amazonaws.services.devicefarm.model that return JobModifier and TypeMethodDescriptionJob.clone()
GetJobResult.getJob()
The job's ARN.Job.withCounters
(Counters counters) The job's result counters.Job.withCreated
(Date created) When the job was created.Job.withDevice
(Device device) Job.withDeviceMinutes
(DeviceMinutes deviceMinutes) Represents the total (metered or unmetered) minutes used by the job.Job.withMessage
(String message) A message about the job's result.The job's name.Job.withResult
(ExecutionResult result) The job's result.Job.withResult
(String result) The job's result.Job.withStarted
(Date started) The job's start time.Job.withStatus
(ExecutionStatus status) The job's status.Job.withStatus
(String status) The job's status.Job.withStopped
(Date stopped) The job's stop time.The job's type.The job's type.Methods in com.amazonaws.services.devicefarm.model that return types with arguments of type JobMethods in com.amazonaws.services.devicefarm.model with parameters of type JobModifier and TypeMethodDescriptionvoid
Information about the jobs.Method parameters in com.amazonaws.services.devicefarm.model with type arguments of type JobModifier and TypeMethodDescriptionvoid
ListJobsResult.setJobs
(Collection<Job> jobs) Information about the jobs.ListJobsResult.withJobs
(Collection<Job> jobs) Information about the jobs.