Uses of Class
software.amazon.awssdk.services.fsx.model.DataCompressionType
-
Packages that use DataCompressionType Package Description software.amazon.awssdk.services.fsx.model -
-
Uses of DataCompressionType in software.amazon.awssdk.services.fsx.model
Methods in software.amazon.awssdk.services.fsx.model that return DataCompressionType Modifier and Type Method Description DataCompressionTypeCreateFileSystemLustreConfiguration. dataCompressionType()Sets the data compression configuration for the file system.DataCompressionTypeLustreFileSystemConfiguration. dataCompressionType()The data compression configuration for the file system.DataCompressionTypeUpdateFileSystemLustreConfiguration. dataCompressionType()Sets the data compression configuration for the file system.static DataCompressionTypeDataCompressionType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DataCompressionTypeDataCompressionType. valueOf(String name)Returns the enum constant of this type with the specified name.static DataCompressionType[]DataCompressionType. 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 DataCompressionType Modifier and Type Method Description static Set<DataCompressionType>DataCompressionType. knownValues()Methods in software.amazon.awssdk.services.fsx.model with parameters of type DataCompressionType Modifier and Type Method Description CreateFileSystemLustreConfiguration.BuilderCreateFileSystemLustreConfiguration.Builder. dataCompressionType(DataCompressionType dataCompressionType)Sets the data compression configuration for the file system.LustreFileSystemConfiguration.BuilderLustreFileSystemConfiguration.Builder. dataCompressionType(DataCompressionType dataCompressionType)The data compression configuration for the file system.UpdateFileSystemLustreConfiguration.BuilderUpdateFileSystemLustreConfiguration.Builder. dataCompressionType(DataCompressionType dataCompressionType)Sets the data compression configuration for the file system.
-