| Package | Description |
|---|---|
| software.amazon.awssdk.services.snowball.model |
| Modifier and Type | Method and Description |
|---|---|
static StorageUnit |
StorageUnit.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
StorageUnit |
S3OnDeviceServiceConfiguration.storageUnit()
Storage unit.
|
StorageUnit |
TGWOnDeviceServiceConfiguration.storageUnit()
The scale unit of the virtual tapes on the device.
|
StorageUnit |
NFSOnDeviceServiceConfiguration.storageUnit()
The scale unit of the NFS storage on the device.
|
static StorageUnit |
StorageUnit.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StorageUnit[] |
StorageUnit.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<StorageUnit> |
StorageUnit.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
S3OnDeviceServiceConfiguration.Builder |
S3OnDeviceServiceConfiguration.Builder.storageUnit(StorageUnit storageUnit)
Storage unit.
|
TGWOnDeviceServiceConfiguration.Builder |
TGWOnDeviceServiceConfiguration.Builder.storageUnit(StorageUnit storageUnit)
The scale unit of the virtual tapes on the device.
|
NFSOnDeviceServiceConfiguration.Builder |
NFSOnDeviceServiceConfiguration.Builder.storageUnit(StorageUnit storageUnit)
The scale unit of the NFS storage on the device.
|
Copyright © 2023. All rights reserved.