Uses of Enum
software.amazon.awssdk.services.databasemigration.model.CompressionTypeValue
Packages that use CompressionTypeValue
-
Uses of CompressionTypeValue in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return CompressionTypeValueModifier and TypeMethodDescriptionfinal CompressionTypeValueS3Settings.compressionType()An optional parameter to use GZIP to compress the target files.static CompressionTypeValueUse this in place of valueOf to convert the raw string returned by the service into the enum value.static CompressionTypeValueReturns 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 CompressionTypeValueModifier and TypeMethodDescriptionstatic Set<CompressionTypeValue>CompressionTypeValue.knownValues()Methods in software.amazon.awssdk.services.databasemigration.model with parameters of type CompressionTypeValueModifier and TypeMethodDescriptionS3Settings.Builder.compressionType(CompressionTypeValue compressionType) An optional parameter to use GZIP to compress the target files.