| Package | Description |
|---|---|
| software.amazon.awssdk.services.databasemigration.model |
| Modifier and Type | Method and Description |
|---|---|
CompressionTypeValue |
S3Settings.compressionType()
An optional parameter to use GZIP to compress the target files.
|
static CompressionTypeValue |
CompressionTypeValue.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static CompressionTypeValue |
CompressionTypeValue.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CompressionTypeValue[] |
CompressionTypeValue.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<CompressionTypeValue> |
CompressionTypeValue.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
S3Settings.Builder |
S3Settings.Builder.compressionType(CompressionTypeValue compressionType)
An optional parameter to use GZIP to compress the target files.
|
Copyright © 2023. All rights reserved.