Uses of Class
software.amazon.awssdk.services.snowball.model.ShipmentState
-
Packages that use ShipmentState Package Description software.amazon.awssdk.services.snowball.model -
-
Uses of ShipmentState in software.amazon.awssdk.services.snowball.model
Methods in software.amazon.awssdk.services.snowball.model that return ShipmentState Modifier and Type Method Description static ShipmentStateShipmentState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ShipmentStateUpdateJobShipmentStateRequest. shipmentState()The state of a device when it is being shipped.static ShipmentStateShipmentState. valueOf(String name)Returns the enum constant of this type with the specified name.static ShipmentState[]ShipmentState. 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 ShipmentState Modifier and Type Method Description static Set<ShipmentState>ShipmentState. knownValues()Methods in software.amazon.awssdk.services.snowball.model with parameters of type ShipmentState Modifier and Type Method Description UpdateJobShipmentStateRequest.BuilderUpdateJobShipmentStateRequest.Builder. shipmentState(ShipmentState shipmentState)The state of a device when it is being shipped.
-