Uses of Class
com.amazonaws.services.importexport.model.Job
-
Packages that use Job Package Description com.amazonaws.services.importexport.model -
-
Uses of Job in com.amazonaws.services.importexport.model
Methods in com.amazonaws.services.importexport.model that return Job Modifier and Type Method Description Job
Job. clone()
Job
Job. withCreationDate(Date creationDate)
Job
Job. withIsCanceled(Boolean isCanceled)
Job
Job. withJobId(String jobId)
Job
Job. withJobType(JobType jobType)
Job
Job. withJobType(String jobType)
Methods in com.amazonaws.services.importexport.model that return types with arguments of type Job Modifier and Type Method Description List<Job>
ListJobsResult. getJobs()
Methods in com.amazonaws.services.importexport.model with parameters of type Job Modifier and Type Method Description ListJobsResult
ListJobsResult. withJobs(Job... jobs)
NOTE: This method appends the values to the existing list (if any).Method parameters in com.amazonaws.services.importexport.model with type arguments of type Job Modifier and Type Method Description void
ListJobsResult. setJobs(Collection<Job> jobs)
ListJobsResult
ListJobsResult. withJobs(Collection<Job> jobs)
-