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 JobJob. clone()JobJob. withCreationDate(Date creationDate)JobJob. withIsCanceled(Boolean isCanceled)JobJob. withJobId(String jobId)JobJob. withJobType(JobType jobType)JobJob. 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 ListJobsResultListJobsResult. 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 voidListJobsResult. setJobs(Collection<Job> jobs)ListJobsResultListJobsResult. withJobs(Collection<Job> jobs)
-