| Package | Description |
|---|---|
| software.amazon.awssdk.services.fsx.model |
| Modifier and Type | Method and Description |
|---|---|
static StorageType |
StorageType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
StorageType |
FileSystem.storageType()
The type of storage the file system is using.
|
StorageType |
CreateFileSystemFromBackupRequest.storageType()
Sets the storage type for the Windows or OpenZFS file system that you're creating from a backup.
|
StorageType |
UpdateFileSystemRequest.storageType()
Returns the value of the StorageType property for this object.
|
StorageType |
CreateFileSystemRequest.storageType()
Sets the storage type for the file system that you're creating.
|
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 |
|---|---|
static Set<StorageType> |
StorageType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
FileSystem.Builder |
FileSystem.Builder.storageType(StorageType storageType)
The type of storage the file system is using.
|
CreateFileSystemFromBackupRequest.Builder |
CreateFileSystemFromBackupRequest.Builder.storageType(StorageType storageType)
Sets the storage type for the Windows or OpenZFS file system that you're creating from a backup.
|
UpdateFileSystemRequest.Builder |
UpdateFileSystemRequest.Builder.storageType(StorageType storageType)
Sets the value of the StorageType property for this object.
|
CreateFileSystemRequest.Builder |
CreateFileSystemRequest.Builder.storageType(StorageType storageType)
Sets the storage type for the file system that you're creating.
|
Copyright © 2023. All rights reserved.