Uses of Class
software.amazon.awssdk.services.fsx.model.DriveCacheType
-
Packages that use DriveCacheType Package Description software.amazon.awssdk.services.fsx.model -
-
Uses of DriveCacheType in software.amazon.awssdk.services.fsx.model
Methods in software.amazon.awssdk.services.fsx.model that return DriveCacheType Modifier and Type Method Description DriveCacheTypeCreateFileSystemLustreConfiguration. driveCacheType()The type of drive cache used byPERSISTENT_1file systems that are provisioned with HDD storage devices.DriveCacheTypeLustreFileSystemConfiguration. driveCacheType()The type of drive cache used byPERSISTENT_1file systems that are provisioned with HDD storage devices.static DriveCacheTypeDriveCacheType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DriveCacheTypeDriveCacheType. valueOf(String name)Returns the enum constant of this type with the specified name.static DriveCacheType[]DriveCacheType. 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 DriveCacheType Modifier and Type Method Description static Set<DriveCacheType>DriveCacheType. knownValues()Methods in software.amazon.awssdk.services.fsx.model with parameters of type DriveCacheType Modifier and Type Method Description CreateFileSystemLustreConfiguration.BuilderCreateFileSystemLustreConfiguration.Builder. driveCacheType(DriveCacheType driveCacheType)The type of drive cache used byPERSISTENT_1file systems that are provisioned with HDD storage devices.LustreFileSystemConfiguration.BuilderLustreFileSystemConfiguration.Builder. driveCacheType(DriveCacheType driveCacheType)The type of drive cache used byPERSISTENT_1file systems that are provisioned with HDD storage devices.
-