Uses of Class
software.amazon.awssdk.services.honeycode.model.ListTableColumnsResponse
-
Packages that use ListTableColumnsResponse 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.software.amazon.awssdk.services.honeycode.paginators -
-
Uses of ListTableColumnsResponse in software.amazon.awssdk.services.honeycode
Methods in software.amazon.awssdk.services.honeycode that return ListTableColumnsResponse Modifier and Type Method Description default ListTableColumnsResponseHoneycodeClient. listTableColumns(Consumer<ListTableColumnsRequest.Builder> listTableColumnsRequest)The ListTableColumns API allows you to retrieve a list of all the columns in a table in a workbook.default ListTableColumnsResponseHoneycodeClient. listTableColumns(ListTableColumnsRequest listTableColumnsRequest)The ListTableColumns API allows you to retrieve a list of all the columns in a table in a workbook.Methods in software.amazon.awssdk.services.honeycode that return types with arguments of type ListTableColumnsResponse Modifier and Type Method Description default CompletableFuture<ListTableColumnsResponse>HoneycodeAsyncClient. listTableColumns(Consumer<ListTableColumnsRequest.Builder> listTableColumnsRequest)The ListTableColumns API allows you to retrieve a list of all the columns in a table in a workbook.default CompletableFuture<ListTableColumnsResponse>HoneycodeAsyncClient. listTableColumns(ListTableColumnsRequest listTableColumnsRequest)The ListTableColumns API allows you to retrieve a list of all the columns in a table in a workbook. -
Uses of ListTableColumnsResponse in software.amazon.awssdk.services.honeycode.paginators
Methods in software.amazon.awssdk.services.honeycode.paginators that return types with arguments of type ListTableColumnsResponse Modifier and Type Method Description Iterator<ListTableColumnsResponse>ListTableColumnsIterable. iterator()Method parameters in software.amazon.awssdk.services.honeycode.paginators with type arguments of type ListTableColumnsResponse Modifier and Type Method Description voidListTableColumnsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListTableColumnsResponse> subscriber)
-