| Package | Description |
|---|---|
| software.amazon.awssdk.services.snowball.model |
| Modifier and Type | Method and Description |
|---|---|
static SnowballCapacity |
SnowballCapacity.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
SnowballCapacity |
CreateClusterRequest.snowballCapacityPreference()
If your job is being created in one of the US regions, you have the option of specifying what size Snow device
you'd like for this job.
|
SnowballCapacity |
JobMetadata.snowballCapacityPreference()
The Snow device capacity preference for this job, specified at job creation.
|
SnowballCapacity |
UpdateJobRequest.snowballCapacityPreference()
The updated
SnowballCapacityPreference of this job's JobMetadata object. |
SnowballCapacity |
CreateJobRequest.snowballCapacityPreference()
If your job is being created in one of the US regions, you have the option of specifying what size Snow device
you'd like for this job.
|
static SnowballCapacity |
SnowballCapacity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SnowballCapacity[] |
SnowballCapacity.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<SnowballCapacity> |
SnowballCapacity.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateClusterRequest.Builder |
CreateClusterRequest.Builder.snowballCapacityPreference(SnowballCapacity snowballCapacityPreference)
If your job is being created in one of the US regions, you have the option of specifying what size Snow
device you'd like for this job.
|
JobMetadata.Builder |
JobMetadata.Builder.snowballCapacityPreference(SnowballCapacity snowballCapacityPreference)
The Snow device capacity preference for this job, specified at job creation.
|
UpdateJobRequest.Builder |
UpdateJobRequest.Builder.snowballCapacityPreference(SnowballCapacity snowballCapacityPreference)
The updated
SnowballCapacityPreference of this job's JobMetadata object. |
CreateJobRequest.Builder |
CreateJobRequest.Builder.snowballCapacityPreference(SnowballCapacity snowballCapacityPreference)
If your job is being created in one of the US regions, you have the option of specifying what size Snow
device you'd like for this job.
|
Copyright © 2023. All rights reserved.