Uses of Enum
com.amazonaws.services.importexport.model.JobType
Packages that use JobType
-
Uses of JobType in com.amazonaws.services.importexport.model
Subclasses with type arguments of type JobType in com.amazonaws.services.importexport.modelModifier and TypeClassDescriptionenumSpecifies whether the job to initiate is an import or export job.Methods in com.amazonaws.services.importexport.model that return JobTypeModifier and TypeMethodDescriptionstatic JobTypeUse this in place of valueOf.static JobTypeReturns 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 TypeMethodDescriptionvoidCreateJobRequest.setJobType(JobType jobType) voidCreateJobResult.setJobType(JobType jobType) voidGetStatusResult.setJobType(JobType jobType) voidJob.setJobType(JobType jobType) voidUpdateJobRequest.setJobType(JobType jobType) CreateJobRequest.withJobType(JobType jobType) CreateJobResult.withJobType(JobType jobType) GetStatusResult.withJobType(JobType jobType) Job.withJobType(JobType jobType) UpdateJobRequest.withJobType(JobType jobType)