Uses of Enum Class
software.amazon.awscdk.services.glue.alpha.CompressionType
-
Uses of CompressionType in software.amazon.awscdk.services.glue.alpha
Methods in software.amazon.awscdk.services.glue.alpha that return CompressionTypeModifier and TypeMethodDescriptionstatic CompressionTypeReturns the enum constant of this class with the specified name.static CompressionType[]CompressionType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in software.amazon.awscdk.services.glue.alpha with parameters of type CompressionTypeModifier and TypeMethodDescriptionstatic StorageParameterStorageParameter.compressionType(CompressionType value) (experimental) The type of compression used on the table, when the file name does not contain an extension.