Uses of Class
software.amazon.awssdk.services.snowball.model.SnowballCapacity
-
Packages that use SnowballCapacity Package Description software.amazon.awssdk.services.snowball.model -
-
Uses of SnowballCapacity in software.amazon.awssdk.services.snowball.model
Methods in software.amazon.awssdk.services.snowball.model that return SnowballCapacity Modifier and Type Method Description static SnowballCapacitySnowballCapacity. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SnowballCapacityCreateClusterRequest. snowballCapacityPreference()If your job is being created in one of the US regions, you have the option of specifying what size Snow device you'd like for this job.SnowballCapacityCreateJobRequest. snowballCapacityPreference()If your job is being created in one of the US regions, you have the option of specifying what size Snow device you'd like for this job.SnowballCapacityJobMetadata. snowballCapacityPreference()The Snow device capacity preference for this job, specified at job creation.SnowballCapacityUpdateJobRequest. snowballCapacityPreference()The updatedSnowballCapacityPreferenceof this job's JobMetadata object.static SnowballCapacitySnowballCapacity. valueOf(String name)Returns the enum constant of this type with the specified name.static SnowballCapacity[]SnowballCapacity. 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 SnowballCapacity Modifier and Type Method Description static Set<SnowballCapacity>SnowballCapacity. knownValues()Methods in software.amazon.awssdk.services.snowball.model with parameters of type SnowballCapacity Modifier and Type Method Description CreateClusterRequest.BuilderCreateClusterRequest.Builder. snowballCapacityPreference(SnowballCapacity snowballCapacityPreference)If your job is being created in one of the US regions, you have the option of specifying what size Snow device you'd like for this job.CreateJobRequest.BuilderCreateJobRequest.Builder. snowballCapacityPreference(SnowballCapacity snowballCapacityPreference)If your job is being created in one of the US regions, you have the option of specifying what size Snow device you'd like for this job.JobMetadata.BuilderJobMetadata.Builder. snowballCapacityPreference(SnowballCapacity snowballCapacityPreference)The Snow device capacity preference for this job, specified at job creation.UpdateJobRequest.BuilderUpdateJobRequest.Builder. snowballCapacityPreference(SnowballCapacity snowballCapacityPreference)The updatedSnowballCapacityPreferenceof this job's JobMetadata object.
-