Uses of Enum
com.amazonaws.services.importexport.model.JobType
Packages that use JobType
-
Uses of JobType in com.amazonaws.services.importexport.model
Methods in com.amazonaws.services.importexport.model that return JobTypeModifier and TypeMethodDescriptionstatic JobType
Use this in place of valueOf.static JobType
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 JobTypeModifier and TypeMethodDescriptionvoid
CreateJobRequest.setJobType
(JobType jobType) void
CreateJobResult.setJobType
(JobType jobType) void
GetStatusResult.setJobType
(JobType jobType) void
Job.setJobType
(JobType jobType) void
UpdateJobRequest.setJobType
(JobType jobType) CreateJobRequest.withJobType
(JobType jobType) CreateJobResult.withJobType
(JobType jobType) GetStatusResult.withJobType
(JobType jobType) Job.withJobType
(JobType jobType) UpdateJobRequest.withJobType
(JobType jobType)