| Package | Description |
|---|---|
| software.amazon.awssdk.services.snowball.model |
| Modifier and Type | Method and Description |
|---|---|
static ShipmentState |
ShipmentState.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ShipmentState |
UpdateJobShipmentStateRequest.shipmentState()
The state of a device when it is being shipped.
|
static ShipmentState |
ShipmentState.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<ShipmentState> |
ShipmentState.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
UpdateJobShipmentStateRequest.Builder |
UpdateJobShipmentStateRequest.Builder.shipmentState(ShipmentState shipmentState)
The state of a device when it is being shipped.
|
Copyright © 2023. All rights reserved.