Uses of Enum Class
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 LustreDataCompressionTypeLustreConfiguration.getDataCompressionType()Sets the data compression configuration for the file system.LustreConfiguration.Jsii$Proxy.getDataCompressionType()static LustreDataCompressionTypeReturns the enum constant of this class with the specified name.static LustreDataCompressionType[]LustreDataCompressionType.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 LustreDataCompressionTypeModifier and TypeMethodDescriptionLustreConfiguration.Builder.dataCompressionType(LustreDataCompressionType dataCompressionType) Sets the value ofLustreConfiguration.getDataCompressionType()