| Package | Description |
|---|---|
| com.amazonaws.services.databasemigrationservice.model |
| Modifier and Type | Method and Description |
|---|---|
static CompressionTypeValue |
CompressionTypeValue.fromValue(String value)
Use this in place of valueOf.
|
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 |
|---|---|
void |
S3Settings.setCompressionType(CompressionTypeValue compressionType)
An optional parameter to use GZIP to compress the target files.
|
S3Settings |
S3Settings.withCompressionType(CompressionTypeValue compressionType)
An optional parameter to use GZIP to compress the target files.
|
Copyright © 2019. All rights reserved.