| Package | Description |
|---|---|
| com.amazonaws.services.snowball.model |
| Modifier and Type | Method and Description |
|---|---|
static ShippingOption |
ShippingOption.fromValue(String value)
Use this in place of valueOf.
|
static ShippingOption |
ShippingOption.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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ShippingDetails.setShippingOption(ShippingOption shippingOption)
The shipping speed for a particular job.
|
void |
CreateJobRequest.setShippingOption(ShippingOption shippingOption)
The shipping speed for this job.
|
void |
UpdateJobRequest.setShippingOption(ShippingOption shippingOption)
The updated shipping option value of this job's ShippingDetails object.
|
ShippingDetails |
ShippingDetails.withShippingOption(ShippingOption shippingOption)
The shipping speed for a particular job.
|
CreateJobRequest |
CreateJobRequest.withShippingOption(ShippingOption shippingOption)
The shipping speed for this job.
|
UpdateJobRequest |
UpdateJobRequest.withShippingOption(ShippingOption shippingOption)
The updated shipping option value of this job's ShippingDetails object.
|
Copyright © 2016. All rights reserved.