| Package | Description |
|---|---|
| com.amazonaws.services.bcmdataexports.model |
| Modifier and Type | Method and Description |
|---|---|
Table |
Table.clone() |
Table |
Table.withDescription(String description)
The description for the table.
|
Table |
Table.withTableName(String tableName)
The name of the table.
|
Table |
Table.withTableProperties(Collection<TablePropertyDescription> tableProperties)
The properties for the table.
|
Table |
Table.withTableProperties(TablePropertyDescription... tableProperties)
The properties for the table.
|
| Modifier and Type | Method and Description |
|---|---|
List<Table> |
ListTablesResult.getTables()
The list of tables.
|
| Modifier and Type | Method and Description |
|---|---|
ListTablesResult |
ListTablesResult.withTables(Table... tables)
The list of tables.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListTablesResult.setTables(Collection<Table> tables)
The list of tables.
|
ListTablesResult |
ListTablesResult.withTables(Collection<Table> tables)
The list of tables.
|
Copyright © 2024. All rights reserved.