Uses of Enum Class
software.amazon.awscdk.services.redshift.alpha.TableSortStyle
-
Uses of TableSortStyle in software.amazon.awscdk.services.redshift.alpha
Methods in software.amazon.awscdk.services.redshift.alpha that return TableSortStyleModifier and TypeMethodDescriptiondefault TableSortStyleTableProps.getSortStyle()(experimental) The sort style of the table.final TableSortStyleTableProps.Jsii$Proxy.getSortStyle()static TableSortStyleReturns the enum constant of this class with the specified name.static TableSortStyle[]TableSortStyle.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in software.amazon.awscdk.services.redshift.alpha with parameters of type TableSortStyleModifier and TypeMethodDescriptionTable.Builder.sortStyle(TableSortStyle sortStyle) (experimental) The sort style of the table.TableProps.Builder.sortStyle(TableSortStyle sortStyle) Sets the value ofTableProps.getSortStyle()