Uses of Class
software.amazon.awssdk.services.fsx.model.OpenZFSDataCompressionType
-
Packages that use OpenZFSDataCompressionType Package Description software.amazon.awssdk.services.fsx.model -
-
Uses of OpenZFSDataCompressionType in software.amazon.awssdk.services.fsx.model
Methods in software.amazon.awssdk.services.fsx.model that return OpenZFSDataCompressionType Modifier and Type Method Description OpenZFSDataCompressionTypeCreateOpenZFSVolumeConfiguration. dataCompressionType()Specifies the method used to compress the data on the volume.OpenZFSDataCompressionTypeOpenZFSCreateRootVolumeConfiguration. dataCompressionType()Specifies the method used to compress the data on the volume.OpenZFSDataCompressionTypeOpenZFSVolumeConfiguration. dataCompressionType()Specifies the method used to compress the data on the volume.OpenZFSDataCompressionTypeUpdateOpenZFSVolumeConfiguration. dataCompressionType()Specifies the method used to compress the data on the volume.static OpenZFSDataCompressionTypeOpenZFSDataCompressionType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static OpenZFSDataCompressionTypeOpenZFSDataCompressionType. valueOf(String name)Returns the enum constant of this type with the specified name.static OpenZFSDataCompressionType[]OpenZFSDataCompressionType. 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 OpenZFSDataCompressionType Modifier and Type Method Description static Set<OpenZFSDataCompressionType>OpenZFSDataCompressionType. knownValues()Methods in software.amazon.awssdk.services.fsx.model with parameters of type OpenZFSDataCompressionType Modifier and Type Method Description CreateOpenZFSVolumeConfiguration.BuilderCreateOpenZFSVolumeConfiguration.Builder. dataCompressionType(OpenZFSDataCompressionType dataCompressionType)Specifies the method used to compress the data on the volume.OpenZFSCreateRootVolumeConfiguration.BuilderOpenZFSCreateRootVolumeConfiguration.Builder. dataCompressionType(OpenZFSDataCompressionType dataCompressionType)Specifies the method used to compress the data on the volume.OpenZFSVolumeConfiguration.BuilderOpenZFSVolumeConfiguration.Builder. dataCompressionType(OpenZFSDataCompressionType dataCompressionType)Specifies the method used to compress the data on the volume.UpdateOpenZFSVolumeConfiguration.BuilderUpdateOpenZFSVolumeConfiguration.Builder. dataCompressionType(OpenZFSDataCompressionType dataCompressionType)Specifies the method used to compress the data on the volume.
-