Uses of Class
com.amazonaws.services.importexport.model.JobType
-
Packages that use JobType Package Description com.amazonaws.services.importexport.model -
-
Uses of JobType in com.amazonaws.services.importexport.model
Methods in com.amazonaws.services.importexport.model that return JobType Modifier and Type Method Description static JobTypeJobType. fromValue(String value)Use this in place of valueOf.static JobTypeJobType. valueOf(String name)Returns the enum constant of this type with the specified name.static JobType[]JobType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.importexport.model with parameters of type JobType Modifier and Type Method Description voidCreateJobRequest. setJobType(JobType jobType)voidCreateJobResult. setJobType(JobType jobType)voidGetStatusResult. setJobType(JobType jobType)voidJob. setJobType(JobType jobType)voidUpdateJobRequest. setJobType(JobType jobType)CreateJobRequestCreateJobRequest. withJobType(JobType jobType)CreateJobResultCreateJobResult. withJobType(JobType jobType)GetStatusResultGetStatusResult. withJobType(JobType jobType)JobJob. withJobType(JobType jobType)UpdateJobRequestUpdateJobRequest. withJobType(JobType jobType)
-