Uses of Class
software.amazon.awssdk.services.fsx.model.OpenZFSReadCacheConfiguration
-
Packages that use OpenZFSReadCacheConfiguration Package Description software.amazon.awssdk.services.fsx.model -
-
Uses of OpenZFSReadCacheConfiguration in software.amazon.awssdk.services.fsx.model
Methods in software.amazon.awssdk.services.fsx.model that return OpenZFSReadCacheConfiguration Modifier and Type Method Description OpenZFSReadCacheConfigurationCreateFileSystemOpenZFSConfiguration. readCacheConfiguration()Specifies the optional provisioned SSD read cache on file systems that use the Intelligent-Tiering storage class.OpenZFSReadCacheConfigurationOpenZFSFileSystemConfiguration. readCacheConfiguration()Required whenStorageTypeis set toINTELLIGENT_TIERING.OpenZFSReadCacheConfigurationUpdateFileSystemOpenZFSConfiguration. readCacheConfiguration()The configuration for the optional provisioned SSD read cache on file systems that use the Intelligent-Tiering storage class.Methods in software.amazon.awssdk.services.fsx.model with parameters of type OpenZFSReadCacheConfiguration Modifier and Type Method Description CreateFileSystemOpenZFSConfiguration.BuilderCreateFileSystemOpenZFSConfiguration.Builder. readCacheConfiguration(OpenZFSReadCacheConfiguration readCacheConfiguration)Specifies the optional provisioned SSD read cache on file systems that use the Intelligent-Tiering storage class.OpenZFSFileSystemConfiguration.BuilderOpenZFSFileSystemConfiguration.Builder. readCacheConfiguration(OpenZFSReadCacheConfiguration readCacheConfiguration)Required whenStorageTypeis set toINTELLIGENT_TIERING.UpdateFileSystemOpenZFSConfiguration.BuilderUpdateFileSystemOpenZFSConfiguration.Builder. readCacheConfiguration(OpenZFSReadCacheConfiguration readCacheConfiguration)The configuration for the optional provisioned SSD read cache on file systems that use the Intelligent-Tiering storage class.
-