Uses of Interface
software.amazon.awscdk.services.redshift.Column
-
Uses of Column in software.amazon.awscdk.services.redshift
Modifier and TypeMethodDescriptionITable.getTableColumns()
(experimental) The columns of the table.ITable.Jsii$Default.getTableColumns()
(experimental) The columns of the table.ITable.Jsii$Proxy.getTableColumns()
(experimental) The columns of the table.Table.getTableColumns()
(experimental) The columns of the table.TableAttributes.getTableColumns()
(experimental) The columns of the table.TableAttributes.Jsii$Proxy.getTableColumns()
TableProps.getTableColumns()
(experimental) The columns of the table.TableProps.Jsii$Proxy.getTableColumns()
Modifier and TypeMethodDescriptionTable.Builder.tableColumns
(List<? extends Column> tableColumns) (experimental) The columns of the table.TableAttributes.Builder.tableColumns
(List<? extends Column> tableColumns) Sets the value ofTableAttributes.getTableColumns()
TableProps.Builder.tableColumns
(List<? extends Column> tableColumns) Sets the value ofTableProps.getTableColumns()