Uses of Class
software.amazon.awssdk.services.honeycode.paginators.ListTableColumnsIterable
-
Packages that use ListTableColumnsIterable Package Description software.amazon.awssdk.services.honeycode Amazon Honeycode is a fully managed service that allows you to quickly build mobile and web apps for teams—without programming. -
-
Uses of ListTableColumnsIterable in software.amazon.awssdk.services.honeycode
Methods in software.amazon.awssdk.services.honeycode that return ListTableColumnsIterable Modifier and Type Method Description default ListTableColumnsIterableHoneycodeClient. listTableColumnsPaginator(Consumer<ListTableColumnsRequest.Builder> listTableColumnsRequest)The ListTableColumns API allows you to retrieve a list of all the columns in a table in a workbook.default ListTableColumnsIterableHoneycodeClient. listTableColumnsPaginator(ListTableColumnsRequest listTableColumnsRequest)The ListTableColumns API allows you to retrieve a list of all the columns in a table in a workbook.
-