| 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 |
|---|---|
QueryTableRowsResult |
AbstractAmazonHoneycode.queryTableRows(QueryTableRowsRequest request) |
QueryTableRowsResult |
AmazonHoneycodeClient.queryTableRows(QueryTableRowsRequest request)
The QueryTableRows API allows you to use a filter formula to query for specific rows in a table.
|
QueryTableRowsResult |
AmazonHoneycode.queryTableRows(QueryTableRowsRequest queryTableRowsRequest)
The QueryTableRows API allows you to use a filter formula to query for specific rows in a table.
|
| Modifier and Type | Method and Description |
|---|---|
Future<QueryTableRowsResult> |
AbstractAmazonHoneycodeAsync.queryTableRowsAsync(QueryTableRowsRequest request) |
Future<QueryTableRowsResult> |
AmazonHoneycodeAsyncClient.queryTableRowsAsync(QueryTableRowsRequest request) |
Future<QueryTableRowsResult> |
AmazonHoneycodeAsync.queryTableRowsAsync(QueryTableRowsRequest queryTableRowsRequest)
The QueryTableRows API allows you to use a filter formula to query for specific rows in a table.
|
Future<QueryTableRowsResult> |
AbstractAmazonHoneycodeAsync.queryTableRowsAsync(QueryTableRowsRequest request,
AsyncHandler<QueryTableRowsRequest,QueryTableRowsResult> asyncHandler) |
Future<QueryTableRowsResult> |
AmazonHoneycodeAsyncClient.queryTableRowsAsync(QueryTableRowsRequest request,
AsyncHandler<QueryTableRowsRequest,QueryTableRowsResult> asyncHandler) |
Future<QueryTableRowsResult> |
AmazonHoneycodeAsync.queryTableRowsAsync(QueryTableRowsRequest queryTableRowsRequest,
AsyncHandler<QueryTableRowsRequest,QueryTableRowsResult> asyncHandler)
The QueryTableRows API allows you to use a filter formula to query for specific rows in a table.
|
| Modifier and Type | Method and Description |
|---|---|
Future<QueryTableRowsResult> |
AbstractAmazonHoneycodeAsync.queryTableRowsAsync(QueryTableRowsRequest request,
AsyncHandler<QueryTableRowsRequest,QueryTableRowsResult> asyncHandler) |
Future<QueryTableRowsResult> |
AmazonHoneycodeAsyncClient.queryTableRowsAsync(QueryTableRowsRequest request,
AsyncHandler<QueryTableRowsRequest,QueryTableRowsResult> asyncHandler) |
Future<QueryTableRowsResult> |
AmazonHoneycodeAsync.queryTableRowsAsync(QueryTableRowsRequest queryTableRowsRequest,
AsyncHandler<QueryTableRowsRequest,QueryTableRowsResult> asyncHandler)
The QueryTableRows API allows you to use a filter formula to query for specific rows in a table.
|
| Modifier and Type | Method and Description |
|---|---|
QueryTableRowsResult |
QueryTableRowsResult.clone() |
QueryTableRowsResult |
QueryTableRowsResult.withColumnIds(Collection<String> columnIds)
The list of columns in the table whose row data is returned in the result.
|
QueryTableRowsResult |
QueryTableRowsResult.withColumnIds(String... columnIds)
The list of columns in the table whose row data is returned in the result.
|
QueryTableRowsResult |
QueryTableRowsResult.withNextToken(String nextToken)
Provides the pagination token to load the next page if there are more results matching the request.
|
QueryTableRowsResult |
QueryTableRowsResult.withRows(Collection<TableRow> rows)
The list of rows in the table that match the query filter.
|
QueryTableRowsResult |
QueryTableRowsResult.withRows(TableRow... rows)
The list of rows in the table that match the query filter.
|
QueryTableRowsResult |
QueryTableRowsResult.withWorkbookCursor(Long workbookCursor)
Indicates the cursor of the workbook at which the data returned by this request is read.
|
Copyright © 2024. All rights reserved.