| Package | Description |
|---|---|
| com.amazonaws.services.fsx.model |
| Modifier and Type | Method and Description |
|---|---|
static OpenZFSDataCompressionType |
OpenZFSDataCompressionType.fromValue(String value)
Use this in place of valueOf.
|
static OpenZFSDataCompressionType |
OpenZFSDataCompressionType.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.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateOpenZFSVolumeConfiguration |
UpdateOpenZFSVolumeConfiguration.withDataCompressionType(OpenZFSDataCompressionType dataCompressionType)
Specifies the method used to compress the data on the volume.
|
CreateOpenZFSVolumeConfiguration |
CreateOpenZFSVolumeConfiguration.withDataCompressionType(OpenZFSDataCompressionType dataCompressionType)
Specifies the method used to compress the data on the volume.
|
OpenZFSCreateRootVolumeConfiguration |
OpenZFSCreateRootVolumeConfiguration.withDataCompressionType(OpenZFSDataCompressionType dataCompressionType)
Specifies the method used to compress the data on the volume.
|
OpenZFSVolumeConfiguration |
OpenZFSVolumeConfiguration.withDataCompressionType(OpenZFSDataCompressionType dataCompressionType)
Specifies the method used to compress the data on the volume.
|
Copyright © 2023. All rights reserved.