Uses of Class
software.amazon.awssdk.services.databasemigration.model.CompressionTypeValue
-
Packages that use CompressionTypeValue Package Description software.amazon.awssdk.services.databasemigration.model -
-
Uses of CompressionTypeValue in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return CompressionTypeValue Modifier and Type Method Description CompressionTypeValueS3Settings. compressionType()An optional parameter to use GZIP to compress the target files.static CompressionTypeValueCompressionTypeValue. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static CompressionTypeValueCompressionTypeValue. 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.Methods in software.amazon.awssdk.services.databasemigration.model that return types with arguments of type CompressionTypeValue Modifier and Type Method Description static Set<CompressionTypeValue>CompressionTypeValue. knownValues()Methods in software.amazon.awssdk.services.databasemigration.model with parameters of type CompressionTypeValue Modifier and Type Method Description S3Settings.BuilderS3Settings.Builder. compressionType(CompressionTypeValue compressionType)An optional parameter to use GZIP to compress the target files.
-