| 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 |
| Modifier and Type | Method and Description |
|---|---|
default ListTableColumnsResponse |
HoneycodeClient.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 ListTableColumnsResponse |
HoneycodeClient.listTableColumns(ListTableColumnsRequest listTableColumnsRequest)
The ListTableColumns API allows you to retrieve a list of all the columns in a table in a workbook.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListTableColumnsResponse> |
ListTableColumnsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListTableColumnsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListTableColumnsResponse> subscriber) |
Copyright © 2021. All rights reserved.