Uses of Class
software.amazon.awssdk.services.fsx.model.OpenZFSReadCacheSizingMode
-
Packages that use OpenZFSReadCacheSizingMode Package Description software.amazon.awssdk.services.fsx.model -
-
Uses of OpenZFSReadCacheSizingMode in software.amazon.awssdk.services.fsx.model
Methods in software.amazon.awssdk.services.fsx.model that return OpenZFSReadCacheSizingMode Modifier and Type Method Description static OpenZFSReadCacheSizingModeOpenZFSReadCacheSizingMode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.OpenZFSReadCacheSizingModeOpenZFSReadCacheConfiguration. sizingMode()Specifies how the provisioned SSD read cache is sized, as follows:static OpenZFSReadCacheSizingModeOpenZFSReadCacheSizingMode. valueOf(String name)Returns the enum constant of this type with the specified name.static OpenZFSReadCacheSizingMode[]OpenZFSReadCacheSizingMode. 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 OpenZFSReadCacheSizingMode Modifier and Type Method Description static Set<OpenZFSReadCacheSizingMode>OpenZFSReadCacheSizingMode. knownValues()Methods in software.amazon.awssdk.services.fsx.model with parameters of type OpenZFSReadCacheSizingMode Modifier and Type Method Description OpenZFSReadCacheConfiguration.BuilderOpenZFSReadCacheConfiguration.Builder. sizingMode(OpenZFSReadCacheSizingMode sizingMode)Specifies how the provisioned SSD read cache is sized, as follows:
-