| Package | Description |
|---|---|
| com.amazonaws.services.honeycode.model |
| Modifier and Type | Method and Description |
|---|---|
Table |
Table.clone() |
Table |
Table.withTableId(String tableId)
The id of the table.
|
Table |
Table.withTableName(String tableName)
The name of the table.
|
| Modifier and Type | Method and Description |
|---|---|
List<Table> |
ListTablesResult.getTables()
The list of tables in the workbook.
|
| Modifier and Type | Method and Description |
|---|---|
ListTablesResult |
ListTablesResult.withTables(Table... tables)
The list of tables in the workbook.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListTablesResult.setTables(Collection<Table> tables)
The list of tables in the workbook.
|
ListTablesResult |
ListTablesResult.withTables(Collection<Table> tables)
The list of tables in the workbook.
|
Copyright © 2022. All rights reserved.