| 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 |
JobListEntry.snowballType()
The type of device used with this job.
|
SnowballType |
CreateJobRequest.snowballType()
The type of AWS Snow Family device to use for this job.
|
SnowballType |
CreateClusterRequest.snowballType()
The type of AWS Snow Family device to use for this cluster.
|
SnowballType |
ClusterMetadata.snowballType()
The type of AWS Snow device to use for this cluster.
|
SnowballType |
JobMetadata.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 |
|---|---|
JobListEntry.Builder |
JobListEntry.Builder.snowballType(SnowballType snowballType)
The type of device used with this job.
|
CreateJobRequest.Builder |
CreateJobRequest.Builder.snowballType(SnowballType snowballType)
The type of AWS Snow Family device to use for this job.
|
CreateClusterRequest.Builder |
CreateClusterRequest.Builder.snowballType(SnowballType snowballType)
The type of AWS Snow Family device to use for this cluster.
|
ClusterMetadata.Builder |
ClusterMetadata.Builder.snowballType(SnowballType snowballType)
The type of AWS Snow device to use for this cluster.
|
JobMetadata.Builder |
JobMetadata.Builder.snowballType(SnowballType snowballType)
The type of device used with this job.
|
Copyright © 2021. All rights reserved.