| Package | Description |
|---|---|
| software.amazon.awssdk.services.honeycode.model | |
| software.amazon.awssdk.services.honeycode.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<TableColumn> |
ListTableColumnsResponse.tableColumns()
The list of columns in the table.
|
| Modifier and Type | Method and Description |
|---|---|
ListTableColumnsResponse.Builder |
ListTableColumnsResponse.Builder.tableColumns(TableColumn... tableColumns)
The list of columns in the table.
|
| Modifier and Type | Method and Description |
|---|---|
ListTableColumnsResponse.Builder |
ListTableColumnsResponse.Builder.tableColumns(Collection<TableColumn> tableColumns)
The list of columns in the table.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<TableColumn> |
ListTableColumnsPublisher.tableColumns()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<TableColumn> |
ListTableColumnsIterable.tableColumns()
Returns an iterable to iterate through the paginated
ListTableColumnsResponse.tableColumns() member. |
Copyright © 2022. All rights reserved.