| Package | Description |
|---|---|
| software.amazon.awssdk.services.fsx.model |
| Modifier and Type | Method and Description |
|---|---|
DataCompressionType |
CreateFileSystemLustreConfiguration.dataCompressionType()
Sets the data compression configuration for the file system.
|
DataCompressionType |
UpdateFileSystemLustreConfiguration.dataCompressionType()
Sets the data compression configuration for the file system.
|
DataCompressionType |
LustreFileSystemConfiguration.dataCompressionType()
The data compression configuration for the file system.
|
static DataCompressionType |
DataCompressionType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static DataCompressionType |
DataCompressionType.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<DataCompressionType> |
DataCompressionType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateFileSystemLustreConfiguration.Builder |
CreateFileSystemLustreConfiguration.Builder.dataCompressionType(DataCompressionType dataCompressionType)
Sets the data compression configuration for the file system.
|
UpdateFileSystemLustreConfiguration.Builder |
UpdateFileSystemLustreConfiguration.Builder.dataCompressionType(DataCompressionType dataCompressionType)
Sets the data compression configuration for the file system.
|
LustreFileSystemConfiguration.Builder |
LustreFileSystemConfiguration.Builder.dataCompressionType(DataCompressionType dataCompressionType)
The data compression configuration for the file system.
|
Copyright © 2023. All rights reserved.