| Package | Description |
|---|---|
| com.amazonaws.services.honeycode.model |
| Modifier and Type | Method and Description |
|---|---|
TableColumn |
TableColumn.clone() |
TableColumn |
TableColumn.withFormat(Format format)
The column level format that is applied in the table.
|
TableColumn |
TableColumn.withFormat(String format)
The column level format that is applied in the table.
|
TableColumn |
TableColumn.withTableColumnId(String tableColumnId)
The id of the column in the table.
|
TableColumn |
TableColumn.withTableColumnName(String tableColumnName)
The name of the column in the table.
|
| Modifier and Type | Method and Description |
|---|---|
List<TableColumn> |
ListTableColumnsResult.getTableColumns()
The list of columns in the table.
|
| Modifier and Type | Method and Description |
|---|---|
ListTableColumnsResult |
ListTableColumnsResult.withTableColumns(TableColumn... tableColumns)
The list of columns in the table.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListTableColumnsResult.setTableColumns(Collection<TableColumn> tableColumns)
The list of columns in the table.
|
ListTableColumnsResult |
ListTableColumnsResult.withTableColumns(Collection<TableColumn> tableColumns)
The list of columns in the table.
|
Copyright © 2021. All rights reserved.