| Package | Description |
|---|---|
| com.amazonaws.services.fsx.model |
| Modifier and Type | Method and Description |
|---|---|
static DataCompressionType |
DataCompressionType.fromValue(String value)
Use this in place of valueOf.
|
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 |
|---|---|
UpdateFileSystemLustreConfiguration |
UpdateFileSystemLustreConfiguration.withDataCompressionType(DataCompressionType dataCompressionType)
Sets the data compression configuration for the file system.
|
CreateFileSystemLustreConfiguration |
CreateFileSystemLustreConfiguration.withDataCompressionType(DataCompressionType dataCompressionType)
Sets the data compression configuration for the file system.
|
LustreFileSystemConfiguration |
LustreFileSystemConfiguration.withDataCompressionType(DataCompressionType dataCompressionType)
The data compression configuration for the file system.
|
Copyright © 2023. All rights reserved.