| Package | Description |
|---|---|
| software.amazon.awssdk.services.fsx.model |
| Modifier and Type | Method and Description |
|---|---|
OpenZFSDataCompressionType |
CreateOpenZFSVolumeConfiguration.dataCompressionType()
Specifies the method used to compress the data on the volume.
|
OpenZFSDataCompressionType |
UpdateOpenZFSVolumeConfiguration.dataCompressionType()
Specifies the method used to compress the data on the volume.
|
OpenZFSDataCompressionType |
OpenZFSCreateRootVolumeConfiguration.dataCompressionType()
Specifies the method used to compress the data on the volume.
|
OpenZFSDataCompressionType |
OpenZFSVolumeConfiguration.dataCompressionType()
Specifies the method used to compress the data on the volume.
|
static OpenZFSDataCompressionType |
OpenZFSDataCompressionType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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 |
|---|---|
static Set<OpenZFSDataCompressionType> |
OpenZFSDataCompressionType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateOpenZFSVolumeConfiguration.Builder |
CreateOpenZFSVolumeConfiguration.Builder.dataCompressionType(OpenZFSDataCompressionType dataCompressionType)
Specifies the method used to compress the data on the volume.
|
UpdateOpenZFSVolumeConfiguration.Builder |
UpdateOpenZFSVolumeConfiguration.Builder.dataCompressionType(OpenZFSDataCompressionType dataCompressionType)
Specifies the method used to compress the data on the volume.
|
OpenZFSCreateRootVolumeConfiguration.Builder |
OpenZFSCreateRootVolumeConfiguration.Builder.dataCompressionType(OpenZFSDataCompressionType dataCompressionType)
Specifies the method used to compress the data on the volume.
|
OpenZFSVolumeConfiguration.Builder |
OpenZFSVolumeConfiguration.Builder.dataCompressionType(OpenZFSDataCompressionType dataCompressionType)
Specifies the method used to compress the data on the volume.
|
Copyright © 2023. All rights reserved.