| 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 |
AmazonHoneycodeClient.queryTableRows(QueryTableRowsRequest request)
The QueryTableRows API allows you to use a filter formula to query for specific rows in a table.
|
QueryTableRowsResult |
AbstractAmazonHoneycode.queryTableRows(QueryTableRowsRequest request) |
QueryTableRowsResult |
AmazonHoneycode.queryTableRows(QueryTableRowsRequest queryTableRowsRequest)
The QueryTableRows API allows you to use a filter formula to query for specific rows in a table.
|
Future<QueryTableRowsResult> |
AmazonHoneycodeAsyncClient.queryTableRowsAsync(QueryTableRowsRequest request) |
Future<QueryTableRowsResult> |
AbstractAmazonHoneycodeAsync.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> |
AmazonHoneycodeAsyncClient.queryTableRowsAsync(QueryTableRowsRequest request,
AsyncHandler<QueryTableRowsRequest,QueryTableRowsResult> asyncHandler) |
Future<QueryTableRowsResult> |
AbstractAmazonHoneycodeAsync.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> |
AmazonHoneycodeAsyncClient.queryTableRowsAsync(QueryTableRowsRequest request,
AsyncHandler<QueryTableRowsRequest,QueryTableRowsResult> asyncHandler) |
Future<QueryTableRowsResult> |
AbstractAmazonHoneycodeAsync.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 |
|---|---|
QueryTableRowsRequest |
QueryTableRowsRequest.clone() |
QueryTableRowsRequest |
QueryTableRowsRequest.withFilterFormula(Filter filterFormula)
An object that represents a filter formula along with the id of the context row under which the filter function
needs to evaluate.
|
QueryTableRowsRequest |
QueryTableRowsRequest.withMaxResults(Integer maxResults)
The maximum number of rows to return in each page of the results.
|
QueryTableRowsRequest |
QueryTableRowsRequest.withNextToken(String nextToken)
This parameter is optional.
|
QueryTableRowsRequest |
QueryTableRowsRequest.withTableId(String tableId)
The ID of the table whose rows are being queried.
|
QueryTableRowsRequest |
QueryTableRowsRequest.withWorkbookId(String workbookId)
The ID of the workbook whose table rows are being queried.
|
Copyright © 2021. All rights reserved.