| Package | Description |
|---|---|
| com.amazonaws.services.fsx.model |
| Modifier and Type | Method and Description |
|---|---|
static MetadataConfigurationMode |
MetadataConfigurationMode.fromValue(String value)
Use this in place of valueOf.
|
static MetadataConfigurationMode |
MetadataConfigurationMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MetadataConfigurationMode[] |
MetadataConfigurationMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateFileSystemLustreMetadataConfiguration |
UpdateFileSystemLustreMetadataConfiguration.withMode(MetadataConfigurationMode mode)
The metadata configuration mode for provisioning Metadata IOPS for an FSx for Lustre file system using a
PERSISTENT_2 deployment type. |
FileSystemLustreMetadataConfiguration |
FileSystemLustreMetadataConfiguration.withMode(MetadataConfigurationMode mode)
The metadata configuration mode for provisioning Metadata IOPS for the file system.
|
CreateFileSystemLustreMetadataConfiguration |
CreateFileSystemLustreMetadataConfiguration.withMode(MetadataConfigurationMode mode)
The metadata configuration mode for provisioning Metadata IOPS for an FSx for Lustre file system using a
PERSISTENT_2 deployment type. |
Copyright © 2025. All rights reserved.