| Package | Description |
|---|---|
| software.amazon.awssdk.services.snowball.model |
| Modifier and Type | Method and Description |
|---|---|
static ShippingLabelStatus |
ShippingLabelStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ShippingLabelStatus |
DescribeReturnShippingLabelResponse.status()
The status information of the task on a Snow device that is being returned to AWS.
|
ShippingLabelStatus |
CreateReturnShippingLabelResponse.status()
The status information of the task on a Snow device that is being returned to AWS.
|
static ShippingLabelStatus |
ShippingLabelStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ShippingLabelStatus[] |
ShippingLabelStatus.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<ShippingLabelStatus> |
ShippingLabelStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DescribeReturnShippingLabelResponse.Builder |
DescribeReturnShippingLabelResponse.Builder.status(ShippingLabelStatus status)
The status information of the task on a Snow device that is being returned to AWS.
|
CreateReturnShippingLabelResponse.Builder |
CreateReturnShippingLabelResponse.Builder.status(ShippingLabelStatus status)
The status information of the task on a Snow device that is being returned to AWS.
|
Copyright © 2021. All rights reserved.