Uses of Class
software.amazon.awssdk.services.fsx.model.DiskIopsConfigurationMode
-
Packages that use DiskIopsConfigurationMode Package Description software.amazon.awssdk.services.fsx.model -
-
Uses of DiskIopsConfigurationMode in software.amazon.awssdk.services.fsx.model
Methods in software.amazon.awssdk.services.fsx.model that return DiskIopsConfigurationMode Modifier and Type Method Description static DiskIopsConfigurationModeDiskIopsConfigurationMode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.DiskIopsConfigurationModeDiskIopsConfiguration. mode()Specifies whether the file system is using theAUTOMATICsetting of SSD IOPS of 3 IOPS per GB of storage capacity, , or if it using aUSER_PROVISIONEDvalue.static DiskIopsConfigurationModeDiskIopsConfigurationMode. valueOf(String name)Returns the enum constant of this type with the specified name.static DiskIopsConfigurationMode[]DiskIopsConfigurationMode. 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 DiskIopsConfigurationMode Modifier and Type Method Description static Set<DiskIopsConfigurationMode>DiskIopsConfigurationMode. knownValues()Methods in software.amazon.awssdk.services.fsx.model with parameters of type DiskIopsConfigurationMode Modifier and Type Method Description DiskIopsConfiguration.BuilderDiskIopsConfiguration.Builder. mode(DiskIopsConfigurationMode mode)Specifies whether the file system is using theAUTOMATICsetting of SSD IOPS of 3 IOPS per GB of storage capacity, , or if it using aUSER_PROVISIONEDvalue.
-