Uses of Enum Class
software.amazon.awscdk.services.fsx.DriveCacheType
Packages that use DriveCacheType
-
Uses of DriveCacheType in software.amazon.awscdk.services.fsx
Methods in software.amazon.awscdk.services.fsx that return DriveCacheTypeModifier and TypeMethodDescriptiondefault DriveCacheTypeLustreConfiguration.getDriveCacheType()The type of drive cache used by PERSISTENT_1 file systems that are provisioned with HDD storage devices.final DriveCacheTypeLustreConfiguration.Jsii$Proxy.getDriveCacheType()static DriveCacheTypeReturns the enum constant of this class with the specified name.static DriveCacheType[]DriveCacheType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in software.amazon.awscdk.services.fsx with parameters of type DriveCacheTypeModifier and TypeMethodDescriptionLustreConfiguration.Builder.driveCacheType(DriveCacheType driveCacheType) Sets the value ofLustreConfiguration.getDriveCacheType()