| Package | Description |
|---|---|
| com.amazonaws.services.honeycode |
Amazon Honeycode is a fully managed service that allows you to quickly build mobile and web apps for teams—without
programming.
|
| com.amazonaws.services.honeycode.model |
| Modifier and Type | Method and Description |
|---|---|
ListTableRowsResult |
AmazonHoneycodeClient.listTableRows(ListTableRowsRequest request)
The ListTableRows API allows you to retrieve a list of all the rows in a table in a workbook.
|
ListTableRowsResult |
AbstractAmazonHoneycode.listTableRows(ListTableRowsRequest request) |
ListTableRowsResult |
AmazonHoneycode.listTableRows(ListTableRowsRequest listTableRowsRequest)
The ListTableRows API allows you to retrieve a list of all the rows in a table in a workbook.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListTableRowsResult> |
AmazonHoneycodeAsyncClient.listTableRowsAsync(ListTableRowsRequest request) |
Future<ListTableRowsResult> |
AmazonHoneycodeAsync.listTableRowsAsync(ListTableRowsRequest listTableRowsRequest)
The ListTableRows API allows you to retrieve a list of all the rows in a table in a workbook.
|
Future<ListTableRowsResult> |
AbstractAmazonHoneycodeAsync.listTableRowsAsync(ListTableRowsRequest request) |
Future<ListTableRowsResult> |
AmazonHoneycodeAsyncClient.listTableRowsAsync(ListTableRowsRequest request,
AsyncHandler<ListTableRowsRequest,ListTableRowsResult> asyncHandler) |
Future<ListTableRowsResult> |
AmazonHoneycodeAsync.listTableRowsAsync(ListTableRowsRequest listTableRowsRequest,
AsyncHandler<ListTableRowsRequest,ListTableRowsResult> asyncHandler)
The ListTableRows API allows you to retrieve a list of all the rows in a table in a workbook.
|
Future<ListTableRowsResult> |
AbstractAmazonHoneycodeAsync.listTableRowsAsync(ListTableRowsRequest request,
AsyncHandler<ListTableRowsRequest,ListTableRowsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListTableRowsResult> |
AmazonHoneycodeAsyncClient.listTableRowsAsync(ListTableRowsRequest request,
AsyncHandler<ListTableRowsRequest,ListTableRowsResult> asyncHandler) |
Future<ListTableRowsResult> |
AmazonHoneycodeAsync.listTableRowsAsync(ListTableRowsRequest listTableRowsRequest,
AsyncHandler<ListTableRowsRequest,ListTableRowsResult> asyncHandler)
The ListTableRows API allows you to retrieve a list of all the rows in a table in a workbook.
|
Future<ListTableRowsResult> |
AbstractAmazonHoneycodeAsync.listTableRowsAsync(ListTableRowsRequest request,
AsyncHandler<ListTableRowsRequest,ListTableRowsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListTableRowsResult |
ListTableRowsResult.clone() |
ListTableRowsResult |
ListTableRowsResult.withColumnIds(Collection<String> columnIds)
The list of columns in the table whose row data is returned in the result.
|
ListTableRowsResult |
ListTableRowsResult.withColumnIds(String... columnIds)
The list of columns in the table whose row data is returned in the result.
|
ListTableRowsResult |
ListTableRowsResult.withNextToken(String nextToken)
Provides the pagination token to load the next page if there are more results matching the request.
|
ListTableRowsResult |
ListTableRowsResult.withRowIdsNotFound(Collection<String> rowIdsNotFound)
The list of row ids included in the request that were not found in the table.
|
ListTableRowsResult |
ListTableRowsResult.withRowIdsNotFound(String... rowIdsNotFound)
The list of row ids included in the request that were not found in the table.
|
ListTableRowsResult |
ListTableRowsResult.withRows(Collection<TableRow> rows)
The list of rows in the table.
|
ListTableRowsResult |
ListTableRowsResult.withRows(TableRow... rows)
The list of rows in the table.
|
ListTableRowsResult |
ListTableRowsResult.withWorkbookCursor(Long workbookCursor)
Indicates the cursor of the workbook at which the data returned by this request is read.
|
Copyright © 2023. All rights reserved.