Uses of Class
software.amazon.awssdk.services.fsx.model.MetadataConfigurationMode
-
Packages that use MetadataConfigurationMode Package Description software.amazon.awssdk.services.fsx.model -
-
Uses of MetadataConfigurationMode in software.amazon.awssdk.services.fsx.model
Methods in software.amazon.awssdk.services.fsx.model that return MetadataConfigurationMode Modifier and Type Method Description static MetadataConfigurationModeMetadataConfigurationMode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.MetadataConfigurationModeCreateFileSystemLustreMetadataConfiguration. mode()The metadata configuration mode for provisioning Metadata IOPS for an FSx for Lustre file system using aPERSISTENT_2deployment type.MetadataConfigurationModeFileSystemLustreMetadataConfiguration. mode()The metadata configuration mode for provisioning Metadata IOPS for the file system.MetadataConfigurationModeUpdateFileSystemLustreMetadataConfiguration. mode()The metadata configuration mode for provisioning Metadata IOPS for an FSx for Lustre file system using aPERSISTENT_2deployment type.static MetadataConfigurationModeMetadataConfigurationMode. 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.Methods in software.amazon.awssdk.services.fsx.model that return types with arguments of type MetadataConfigurationMode Modifier and Type Method Description static Set<MetadataConfigurationMode>MetadataConfigurationMode. knownValues()Methods in software.amazon.awssdk.services.fsx.model with parameters of type MetadataConfigurationMode Modifier and Type Method Description CreateFileSystemLustreMetadataConfiguration.BuilderCreateFileSystemLustreMetadataConfiguration.Builder. mode(MetadataConfigurationMode mode)The metadata configuration mode for provisioning Metadata IOPS for an FSx for Lustre file system using aPERSISTENT_2deployment type.FileSystemLustreMetadataConfiguration.BuilderFileSystemLustreMetadataConfiguration.Builder. mode(MetadataConfigurationMode mode)The metadata configuration mode for provisioning Metadata IOPS for the file system.UpdateFileSystemLustreMetadataConfiguration.BuilderUpdateFileSystemLustreMetadataConfiguration.Builder. mode(MetadataConfigurationMode mode)The metadata configuration mode for provisioning Metadata IOPS for an FSx for Lustre file system using aPERSISTENT_2deployment type.
-