| Package | Description |
|---|---|
| com.amazonaws.services.fsx.model |
| Modifier and Type | Method and Description |
|---|---|
static StorageType |
StorageType.fromValue(String value)
Use this in place of valueOf.
|
static StorageType |
StorageType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StorageType[] |
StorageType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CreateFileSystemRequest |
CreateFileSystemRequest.withStorageType(StorageType storageType)
Sets the storage type for the file system that you're creating.
|
CreateFileSystemFromBackupRequest |
CreateFileSystemFromBackupRequest.withStorageType(StorageType storageType)
Sets the storage type for the Windows or OpenZFS file system that you're creating from a backup.
|
FileSystem |
FileSystem.withStorageType(StorageType storageType)
The type of storage the file system is using.
|
Copyright © 2023. All rights reserved.