| 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 |
|---|---|
GetScreenDataResult |
AmazonHoneycodeClient.getScreenData(GetScreenDataRequest request)
The GetScreenData API allows retrieval of data from a screen in a Honeycode app.
|
GetScreenDataResult |
AbstractAmazonHoneycode.getScreenData(GetScreenDataRequest request) |
GetScreenDataResult |
AmazonHoneycode.getScreenData(GetScreenDataRequest getScreenDataRequest)
The GetScreenData API allows retrieval of data from a screen in a Honeycode app.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetScreenDataResult> |
AmazonHoneycodeAsyncClient.getScreenDataAsync(GetScreenDataRequest request,
AsyncHandler<GetScreenDataRequest,GetScreenDataResult> asyncHandler) |
Future<GetScreenDataResult> |
AbstractAmazonHoneycodeAsync.getScreenDataAsync(GetScreenDataRequest request,
AsyncHandler<GetScreenDataRequest,GetScreenDataResult> asyncHandler) |
Future<GetScreenDataResult> |
AmazonHoneycodeAsync.getScreenDataAsync(GetScreenDataRequest getScreenDataRequest,
AsyncHandler<GetScreenDataRequest,GetScreenDataResult> asyncHandler)
The GetScreenData API allows retrieval of data from a screen in a Honeycode app.
|
| Modifier and Type | Method and Description |
|---|---|
GetScreenDataResult |
GetScreenDataResult.addResultsEntry(String key,
ResultSet value)
Add a single Results entry
|
GetScreenDataResult |
GetScreenDataResult.clearResultsEntries()
Removes all the entries added into Results.
|
GetScreenDataResult |
GetScreenDataResult.clone() |
GetScreenDataResult |
GetScreenDataResult.withNextToken(String nextToken)
Provides the pagination token to load the next page if there are more results matching the request.
|
GetScreenDataResult |
GetScreenDataResult.withResults(Map<String,ResultSet> results)
A map of all the rows on the screen keyed by block name.
|
GetScreenDataResult |
GetScreenDataResult.withWorkbookCursor(Long workbookCursor)
Indicates the cursor of the workbook at which the data returned by this workbook is read.
|
Copyright © 2021. All rights reserved.