Uses of Enum
software.amazon.awscdk.services.fsx.LustreDataCompressionType
Packages that use LustreDataCompressionType
-
Uses of LustreDataCompressionType in software.amazon.awscdk.services.fsx
Methods in software.amazon.awscdk.services.fsx that return LustreDataCompressionTypeModifier 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.Methods in software.amazon.awscdk.services.fsx with parameters of type LustreDataCompressionTypeModifier and TypeMethodDescriptionLustreConfiguration.Builder.dataCompressionType
(LustreDataCompressionType dataCompressionType) Sets the value ofLustreConfiguration.getDataCompressionType()