Uses of Class
com.amazonaws.services.importexport.model.Job
Packages that use Job
-
Uses of Job in com.amazonaws.services.importexport.model
Methods in com.amazonaws.services.importexport.model that return JobModifier and TypeMethodDescriptionJob.clone()
Job.withCreationDate
(Date creationDate) Job.withIsCanceled
(Boolean isCanceled) Job.withJobType
(JobType jobType) Job.withJobType
(String jobType) Methods in com.amazonaws.services.importexport.model that return types with arguments of type JobMethods in com.amazonaws.services.importexport.model with parameters of type JobModifier and TypeMethodDescriptionNOTE: This method appends the values to the existing list (if any).Method parameters in com.amazonaws.services.importexport.model with type arguments of type JobModifier and TypeMethodDescriptionvoid
ListJobsResult.setJobs
(Collection<Job> jobs) ListJobsResult.withJobs
(Collection<Job> jobs)