| Package | Description |
|---|---|
| com.amazonaws.services.snowball.model |
| Modifier and Type | Method and Description |
|---|---|
static SnowballType |
SnowballType.fromValue(String value)
Use this in place of valueOf.
|
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 |
|---|---|
void |
JobMetadata.setSnowballType(SnowballType snowballType)
The type of device used with this job.
|
void |
ClusterMetadata.setSnowballType(SnowballType snowballType)
The type of Snowcone device to use for this cluster.
|
void |
JobListEntry.setSnowballType(SnowballType snowballType)
The type of device used with this job.
|
void |
CreateClusterRequest.setSnowballType(SnowballType snowballType)
The type of Snow Family devices to use for this cluster.
|
void |
CreateJobRequest.setSnowballType(SnowballType snowballType)
The type of Snow Family devices to use for this job.
|
LongTermPricingListEntry |
LongTermPricingListEntry.withSnowballType(SnowballType snowballType)
The type of Snow Family devices associated with this long-term pricing job.
|
JobMetadata |
JobMetadata.withSnowballType(SnowballType snowballType)
The type of device used with this job.
|
ClusterMetadata |
ClusterMetadata.withSnowballType(SnowballType snowballType)
The type of Snowcone device to use for this cluster.
|
JobListEntry |
JobListEntry.withSnowballType(SnowballType snowballType)
The type of device used with this job.
|
CreateLongTermPricingRequest |
CreateLongTermPricingRequest.withSnowballType(SnowballType snowballType)
The type of Snow Family devices to use for the long-term pricing job.
|
CreateClusterRequest |
CreateClusterRequest.withSnowballType(SnowballType snowballType)
The type of Snow Family devices to use for this cluster.
|
CreateJobRequest |
CreateJobRequest.withSnowballType(SnowballType snowballType)
The type of Snow Family devices to use for this job.
|
Copyright © 2024. All rights reserved.