| Package | Description |
|---|---|
| com.amazonaws.services.snowball.model |
| Modifier and Type | Method and Description |
|---|---|
static ImpactLevel |
ImpactLevel.fromValue(String value)
Use this in place of valueOf.
|
static ImpactLevel |
ImpactLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImpactLevel[] |
ImpactLevel.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.setImpactLevel(ImpactLevel impactLevel)
The highest impact level of data that will be stored or processed on the device, provided at job creation.
|
void |
CreateJobRequest.setImpactLevel(ImpactLevel impactLevel)
The highest impact level of data that will be stored or processed on the device, provided at job creation.
|
JobMetadata |
JobMetadata.withImpactLevel(ImpactLevel impactLevel)
The highest impact level of data that will be stored or processed on the device, provided at job creation.
|
CreateJobRequest |
CreateJobRequest.withImpactLevel(ImpactLevel impactLevel)
The highest impact level of data that will be stored or processed on the device, provided at job creation.
|
Copyright © 2023. All rights reserved.