Uses of Enum
software.amazon.awscdk.services.redshift.alpha.TableDistStyle
Packages that use TableDistStyle
Package
Description
Amazon Redshift Construct Library
-
Uses of TableDistStyle in software.amazon.awscdk.services.redshift.alpha
Methods in software.amazon.awscdk.services.redshift.alpha that return TableDistStyleModifier and TypeMethodDescriptiondefault TableDistStyleTableProps.getDistStyle()(experimental) The distribution style of the table.final TableDistStyleTableProps.Jsii$Proxy.getDistStyle()static TableDistStyleReturns the enum constant of this type with the specified name.static TableDistStyle[]TableDistStyle.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 TableDistStyleModifier and TypeMethodDescriptionTable.Builder.distStyle(TableDistStyle distStyle) (experimental) The distribution style of the table.TableProps.Builder.distStyle(TableDistStyle distStyle) Sets the value ofTableProps.getDistStyle()