Uses of Enum
software.amazon.awscdk.services.fsx.LustreDataCompressionType
-
Uses of LustreDataCompressionType in software.amazon.awscdk.services.fsx
Modifier and TypeMethodDescriptiondefault LustreDataCompressionType
LustreConfiguration.getDataCompressionType()
Sets the data compression configuration for the file system.LustreConfiguration.Jsii$Proxy.getDataCompressionType()
static LustreDataCompressionType
Returns the enum constant of this type with the specified name.static LustreDataCompressionType[]
LustreDataCompressionType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionLustreConfiguration.Builder.dataCompressionType
(LustreDataCompressionType dataCompressionType) Sets the value ofLustreConfiguration.getDataCompressionType()