| Package | Description |
|---|---|
| software.amazon.awssdk.services.snowball.model |
| Modifier and Type | Method and Description |
|---|---|
static ImpactLevel |
ImpactLevel.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ImpactLevel |
JobMetadata.impactLevel()
The highest impact level of data that will be stored or processed on the device, provided at job creation.
|
ImpactLevel |
CreateJobRequest.impactLevel()
The highest impact level of data that will be stored or processed on the device, provided at job creation.
|
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 |
|---|---|
static Set<ImpactLevel> |
ImpactLevel.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
JobMetadata.Builder |
JobMetadata.Builder.impactLevel(ImpactLevel impactLevel)
The highest impact level of data that will be stored or processed on the device, provided at job creation.
|
CreateJobRequest.Builder |
CreateJobRequest.Builder.impactLevel(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.