| 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 |
|---|---|
Future<InvokeScreenAutomationResult> |
AbstractAmazonHoneycodeAsync.invokeScreenAutomationAsync(InvokeScreenAutomationRequest request,
AsyncHandler<InvokeScreenAutomationRequest,InvokeScreenAutomationResult> asyncHandler) |
Future<InvokeScreenAutomationResult> |
AmazonHoneycodeAsync.invokeScreenAutomationAsync(InvokeScreenAutomationRequest invokeScreenAutomationRequest,
AsyncHandler<InvokeScreenAutomationRequest,InvokeScreenAutomationResult> asyncHandler)
The InvokeScreenAutomation API allows invoking an action defined in a screen in a Honeycode app.
|
Future<InvokeScreenAutomationResult> |
AmazonHoneycodeAsyncClient.invokeScreenAutomationAsync(InvokeScreenAutomationRequest request,
AsyncHandler<InvokeScreenAutomationRequest,InvokeScreenAutomationResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
InvokeScreenAutomationRequest |
InvokeScreenAutomationRequest.addVariablesEntry(String key,
VariableValue value)
Add a single Variables entry
|
InvokeScreenAutomationRequest |
InvokeScreenAutomationRequest.clearVariablesEntries()
Removes all the entries added into Variables.
|
InvokeScreenAutomationRequest |
InvokeScreenAutomationRequest.clone() |
InvokeScreenAutomationRequest |
InvokeScreenAutomationRequest.withAppId(String appId)
The ID of the app that contains the screen automation.
|
InvokeScreenAutomationRequest |
InvokeScreenAutomationRequest.withClientRequestToken(String clientRequestToken)
The request token for performing the automation action.
|
InvokeScreenAutomationRequest |
InvokeScreenAutomationRequest.withRowId(String rowId)
The row ID for the automation if the automation is defined inside a block with source or list.
|
InvokeScreenAutomationRequest |
InvokeScreenAutomationRequest.withScreenAutomationId(String screenAutomationId)
The ID of the automation action to be performed.
|
InvokeScreenAutomationRequest |
InvokeScreenAutomationRequest.withScreenId(String screenId)
The ID of the screen that contains the screen automation.
|
InvokeScreenAutomationRequest |
InvokeScreenAutomationRequest.withVariables(Map<String,VariableValue> variables)
Variables are specified as a map where the key is the name of the variable as defined on the screen.
|
InvokeScreenAutomationRequest |
InvokeScreenAutomationRequest.withWorkbookId(String workbookId)
The ID of the workbook that contains the screen automation.
|
Copyright © 2024. All rights reserved.