Uses of Class
software.amazon.awssdk.services.snowball.model.ShippingOption
-
Packages that use ShippingOption Package Description software.amazon.awssdk.services.snowball.model -
-
Uses of ShippingOption in software.amazon.awssdk.services.snowball.model
Methods in software.amazon.awssdk.services.snowball.model that return ShippingOption Modifier and Type Method Description static ShippingOptionShippingOption. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ShippingOptionClusterMetadata. shippingOption()The shipping speed for each node in this cluster.ShippingOptionCreateClusterRequest. shippingOption()The shipping speed for each node in this cluster.ShippingOptionCreateJobRequest. shippingOption()The shipping speed for this job.ShippingOptionCreateReturnShippingLabelRequest. shippingOption()The shipping speed for a particular job.ShippingOptionShippingDetails. shippingOption()The shipping speed for a particular job.ShippingOptionUpdateClusterRequest. shippingOption()The updated shipping option value of this cluster's ShippingDetails object.ShippingOptionUpdateJobRequest. shippingOption()The updated shipping option value of this job's ShippingDetails object.static ShippingOptionShippingOption. valueOf(String name)Returns the enum constant of this type with the specified name.static ShippingOption[]ShippingOption. 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 ShippingOption Modifier and Type Method Description static Set<ShippingOption>ShippingOption. knownValues()Methods in software.amazon.awssdk.services.snowball.model with parameters of type ShippingOption Modifier and Type Method Description ClusterMetadata.BuilderClusterMetadata.Builder. shippingOption(ShippingOption shippingOption)The shipping speed for each node in this cluster.CreateClusterRequest.BuilderCreateClusterRequest.Builder. shippingOption(ShippingOption shippingOption)The shipping speed for each node in this cluster.CreateJobRequest.BuilderCreateJobRequest.Builder. shippingOption(ShippingOption shippingOption)The shipping speed for this job.CreateReturnShippingLabelRequest.BuilderCreateReturnShippingLabelRequest.Builder. shippingOption(ShippingOption shippingOption)The shipping speed for a particular job.ShippingDetails.BuilderShippingDetails.Builder. shippingOption(ShippingOption shippingOption)The shipping speed for a particular job.UpdateClusterRequest.BuilderUpdateClusterRequest.Builder. shippingOption(ShippingOption shippingOption)The updated shipping option value of this cluster's ShippingDetails object.UpdateJobRequest.BuilderUpdateJobRequest.Builder. shippingOption(ShippingOption shippingOption)The updated shipping option value of this job's ShippingDetails object.
-