| Package | Description |
|---|---|
| com.amazonaws.services.snowball.model |
| Modifier and Type | Method and Description |
|---|---|
static SnowballCapacity |
SnowballCapacity.fromValue(String value)
Use this in place of valueOf.
|
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 |
|---|---|
void |
CreateClusterRequest.setSnowballCapacityPreference(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.
|
void |
CreateJobRequest.setSnowballCapacityPreference(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.
|
void |
UpdateJobRequest.setSnowballCapacityPreference(SnowballCapacity snowballCapacityPreference)
The updated
SnowballCapacityPreference of this job's JobMetadata object. |
void |
JobMetadata.setSnowballCapacityPreference(SnowballCapacity snowballCapacityPreference)
The Snow device capacity preference for this job, specified at job creation.
|
CreateClusterRequest |
CreateClusterRequest.withSnowballCapacityPreference(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.
|
CreateJobRequest |
CreateJobRequest.withSnowballCapacityPreference(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.
|
UpdateJobRequest |
UpdateJobRequest.withSnowballCapacityPreference(SnowballCapacity snowballCapacityPreference)
The updated
SnowballCapacityPreference of this job's JobMetadata object. |
JobMetadata |
JobMetadata.withSnowballCapacityPreference(SnowballCapacity snowballCapacityPreference)
The Snow device capacity preference for this job, specified at job creation.
|
Copyright © 2023. All rights reserved.