| Package | Description |
|---|---|
| software.amazon.awssdk.services.snowball.model |
| Modifier and Type | Method and Description |
|---|---|
static SnowballType |
SnowballType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
SnowballType |
CreateClusterRequest.snowballType()
The type of Snow Family devices to use for this cluster.
|
SnowballType |
CreateLongTermPricingRequest.snowballType()
The type of Snow Family devices to use for the long-term pricing job.
|
SnowballType |
CreateJobRequest.snowballType()
The type of Snow Family devices to use for this job.
|
SnowballType |
JobMetadata.snowballType()
The type of device used with this job.
|
SnowballType |
LongTermPricingListEntry.snowballType()
The type of Snow Family devices associated with this long-term pricing job.
|
SnowballType |
ClusterMetadata.snowballType()
The type of Snowcone device to use for this cluster.
|
SnowballType |
JobListEntry.snowballType()
The type of device used with this job.
|
static SnowballType |
SnowballType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SnowballType[] |
SnowballType.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<SnowballType> |
SnowballType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateClusterRequest.Builder |
CreateClusterRequest.Builder.snowballType(SnowballType snowballType)
The type of Snow Family devices to use for this cluster.
|
CreateLongTermPricingRequest.Builder |
CreateLongTermPricingRequest.Builder.snowballType(SnowballType snowballType)
The type of Snow Family devices to use for the long-term pricing job.
|
CreateJobRequest.Builder |
CreateJobRequest.Builder.snowballType(SnowballType snowballType)
The type of Snow Family devices to use for this job.
|
JobMetadata.Builder |
JobMetadata.Builder.snowballType(SnowballType snowballType)
The type of device used with this job.
|
LongTermPricingListEntry.Builder |
LongTermPricingListEntry.Builder.snowballType(SnowballType snowballType)
The type of Snow Family devices associated with this long-term pricing job.
|
ClusterMetadata.Builder |
ClusterMetadata.Builder.snowballType(SnowballType snowballType)
The type of Snowcone device to use for this cluster.
|
JobListEntry.Builder |
JobListEntry.Builder.snowballType(SnowballType snowballType)
The type of device used with this job.
|
Copyright © 2023. All rights reserved.