| Package | Description |
|---|---|
| software.amazon.awssdk.services.snowball.model |
| Modifier and Type | Method and Description |
|---|---|
static ShippingOption |
ShippingOption.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ShippingOption |
ShippingDetails.shippingOption()
The shipping speed for a particular job.
|
ShippingOption |
CreateClusterRequest.shippingOption()
The shipping speed for each node in this cluster.
|
ShippingOption |
UpdateJobRequest.shippingOption()
The updated shipping option value of this job's ShippingDetails object.
|
ShippingOption |
CreateReturnShippingLabelRequest.shippingOption()
The shipping speed for a particular job.
|
ShippingOption |
CreateJobRequest.shippingOption()
The shipping speed for this job.
|
ShippingOption |
ClusterMetadata.shippingOption()
The shipping speed for each node in this cluster.
|
ShippingOption |
UpdateClusterRequest.shippingOption()
The updated shipping option value of this cluster's ShippingDetails object.
|
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 |
|---|---|
static Set<ShippingOption> |
ShippingOption.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ShippingDetails.Builder |
ShippingDetails.Builder.shippingOption(ShippingOption shippingOption)
The shipping speed for a particular job.
|
CreateClusterRequest.Builder |
CreateClusterRequest.Builder.shippingOption(ShippingOption shippingOption)
The shipping speed for each node in this cluster.
|
UpdateJobRequest.Builder |
UpdateJobRequest.Builder.shippingOption(ShippingOption shippingOption)
The updated shipping option value of this job's ShippingDetails object.
|
CreateReturnShippingLabelRequest.Builder |
CreateReturnShippingLabelRequest.Builder.shippingOption(ShippingOption shippingOption)
The shipping speed for a particular job.
|
CreateJobRequest.Builder |
CreateJobRequest.Builder.shippingOption(ShippingOption shippingOption)
The shipping speed for this job.
|
ClusterMetadata.Builder |
ClusterMetadata.Builder.shippingOption(ShippingOption shippingOption)
The shipping speed for each node in this cluster.
|
UpdateClusterRequest.Builder |
UpdateClusterRequest.Builder.shippingOption(ShippingOption shippingOption)
The updated shipping option value of this cluster's ShippingDetails object.
|
Copyright © 2022. All rights reserved.