Uses of Class
software.amazon.awssdk.services.snowball.model.SnowballType
-
Packages that use SnowballType Package Description software.amazon.awssdk.services.snowball.model -
-
Uses of SnowballType in software.amazon.awssdk.services.snowball.model
Methods in software.amazon.awssdk.services.snowball.model that return SnowballType Modifier and Type Method Description static SnowballTypeSnowballType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SnowballTypeClusterMetadata. snowballType()The type of Snowcone device to use for this cluster.SnowballTypeCreateClusterRequest. snowballType()The type of Snow Family devices to use for this cluster.SnowballTypeCreateJobRequest. snowballType()The type of Snow Family devices to use for this job.SnowballTypeCreateLongTermPricingRequest. snowballType()The type of Snow Family devices to use for the long-term pricing job.SnowballTypeJobListEntry. snowballType()The type of device used with this job.SnowballTypeJobMetadata. snowballType()The type of device used with this job.SnowballTypeLongTermPricingListEntry. snowballType()The type of Snow Family devices associated with this long-term pricing job.static SnowballTypeSnowballType. valueOf(String name)Returns the enum constant of this type with the specified name.static SnowballType[]SnowballType. 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 SnowballType Modifier and Type Method Description static Set<SnowballType>SnowballType. knownValues()Methods in software.amazon.awssdk.services.snowball.model with parameters of type SnowballType Modifier and Type Method Description ClusterMetadata.BuilderClusterMetadata.Builder. snowballType(SnowballType snowballType)The type of Snowcone device to use for this cluster.CreateClusterRequest.BuilderCreateClusterRequest.Builder. snowballType(SnowballType snowballType)The type of Snow Family devices to use for this cluster.CreateJobRequest.BuilderCreateJobRequest.Builder. snowballType(SnowballType snowballType)The type of Snow Family devices to use for this job.CreateLongTermPricingRequest.BuilderCreateLongTermPricingRequest.Builder. snowballType(SnowballType snowballType)The type of Snow Family devices to use for the long-term pricing job.JobListEntry.BuilderJobListEntry.Builder. snowballType(SnowballType snowballType)The type of device used with this job.JobMetadata.BuilderJobMetadata.Builder. snowballType(SnowballType snowballType)The type of device used with this job.LongTermPricingListEntry.BuilderLongTermPricingListEntry.Builder. snowballType(SnowballType snowballType)The type of Snow Family devices associated with this long-term pricing job.
-