Uses of Enum
software.amazon.awscdk.services.redshift.alpha.ColumnEncoding
Packages that use ColumnEncoding
Package
Description
Amazon Redshift Construct Library
-
Uses of ColumnEncoding in software.amazon.awscdk.services.redshift.alpha
Methods in software.amazon.awscdk.services.redshift.alpha that return ColumnEncodingModifier and TypeMethodDescriptiondefault ColumnEncodingColumn.getEncoding()(experimental) The encoding to use for the column.final ColumnEncodingColumn.Jsii$Proxy.getEncoding()static ColumnEncodingReturns the enum constant of this type with the specified name.static ColumnEncoding[]ColumnEncoding.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awscdk.services.redshift.alpha with parameters of type ColumnEncodingModifier and TypeMethodDescriptionColumn.Builder.encoding(ColumnEncoding encoding) Sets the value ofColumn.getEncoding()