Uses of Class
software.amazon.awssdk.services.honeycode.model.TableColumn
-
Packages that use TableColumn Package Description software.amazon.awssdk.services.honeycode.model software.amazon.awssdk.services.honeycode.paginators -
-
Uses of TableColumn in software.amazon.awssdk.services.honeycode.model
Methods in software.amazon.awssdk.services.honeycode.model that return types with arguments of type TableColumn Modifier and Type Method Description List<TableColumn>ListTableColumnsResponse. tableColumns()The list of columns in the table.Methods in software.amazon.awssdk.services.honeycode.model with parameters of type TableColumn Modifier and Type Method Description ListTableColumnsResponse.BuilderListTableColumnsResponse.Builder. tableColumns(TableColumn... tableColumns)The list of columns in the table.Method parameters in software.amazon.awssdk.services.honeycode.model with type arguments of type TableColumn Modifier and Type Method Description ListTableColumnsResponse.BuilderListTableColumnsResponse.Builder. tableColumns(Collection<TableColumn> tableColumns)The list of columns in the table. -
Uses of TableColumn in software.amazon.awssdk.services.honeycode.paginators
Methods in software.amazon.awssdk.services.honeycode.paginators that return types with arguments of type TableColumn Modifier and Type Method Description SdkIterable<TableColumn>ListTableColumnsIterable. tableColumns()Returns an iterable to iterate through the paginatedListTableColumnsResponse.tableColumns()member.SdkPublisher<TableColumn>ListTableColumnsPublisher. tableColumns()Returns a publisher that can be used to get a stream of data.
-