Uses of Class
software.amazon.awssdk.services.snowball.model.JobType
-
Packages that use JobType Package Description software.amazon.awssdk.services.snowball.model -
-
Uses of JobType in software.amazon.awssdk.services.snowball.model
Methods in software.amazon.awssdk.services.snowball.model that return JobType Modifier and Type Method Description static JobTypeJobType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.JobTypeClusterMetadata. jobType()The type of job for this cluster.JobTypeCreateClusterRequest. jobType()The type of job for this cluster.JobTypeCreateJobRequest. jobType()Defines the type of job that you're creating.JobTypeJobListEntry. jobType()The type of job.JobTypeJobMetadata. jobType()The type of job.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 software.amazon.awssdk.services.snowball.model that return types with arguments of type JobType Modifier and Type Method Description static Set<JobType>JobType. knownValues()Methods in software.amazon.awssdk.services.snowball.model with parameters of type JobType Modifier and Type Method Description ClusterMetadata.BuilderClusterMetadata.Builder. jobType(JobType jobType)The type of job for this cluster.CreateClusterRequest.BuilderCreateClusterRequest.Builder. jobType(JobType jobType)The type of job for this cluster.CreateJobRequest.BuilderCreateJobRequest.Builder. jobType(JobType jobType)Defines the type of job that you're creating.JobListEntry.BuilderJobListEntry.Builder. jobType(JobType jobType)The type of job.JobMetadata.BuilderJobMetadata.Builder. jobType(JobType jobType)The type of job.
-