| Package | Description |
|---|---|
| software.amazon.awssdk.services.storagegateway.model |
| Modifier and Type | Method and Description |
|---|---|
static TapeStorageClass |
TapeStorageClass.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
TapeStorageClass |
CreateTapePoolRequest.storageClass()
The storage class that is associated with the new custom pool.
|
TapeStorageClass |
PoolInfo.storageClass()
The storage class that is associated with the custom pool.
|
static TapeStorageClass |
TapeStorageClass.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TapeStorageClass[] |
TapeStorageClass.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<TapeStorageClass> |
TapeStorageClass.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateTapePoolRequest.Builder |
CreateTapePoolRequest.Builder.storageClass(TapeStorageClass storageClass)
The storage class that is associated with the new custom pool.
|
PoolInfo.Builder |
PoolInfo.Builder.storageClass(TapeStorageClass storageClass)
The storage class that is associated with the custom pool.
|
Copyright © 2023. All rights reserved.