| Package | Description |
|---|---|
| software.amazon.awssdk.services.honeycode |
Amazon Honeycode is a fully managed service that allows you to quickly build mobile and web apps for teams—without
programming.
|
| software.amazon.awssdk.services.honeycode.model |
| Modifier and Type | Method and Description |
|---|---|
default InvokeScreenAutomationResponse |
HoneycodeClient.invokeScreenAutomation(Consumer<InvokeScreenAutomationRequest.Builder> invokeScreenAutomationRequest)
The InvokeScreenAutomation API allows invoking an action defined in a screen in a Honeycode app.
|
default CompletableFuture<InvokeScreenAutomationResponse> |
HoneycodeAsyncClient.invokeScreenAutomation(Consumer<InvokeScreenAutomationRequest.Builder> invokeScreenAutomationRequest)
The InvokeScreenAutomation API allows invoking an action defined in a screen in a Honeycode app.
|
| Modifier and Type | Method and Description |
|---|---|
InvokeScreenAutomationRequest.Builder |
InvokeScreenAutomationRequest.Builder.appId(String appId)
The ID of the app that contains the screen automation.
|
static InvokeScreenAutomationRequest.Builder |
InvokeScreenAutomationRequest.builder() |
InvokeScreenAutomationRequest.Builder |
InvokeScreenAutomationRequest.Builder.clientRequestToken(String clientRequestToken)
The request token for performing the automation action.
|
InvokeScreenAutomationRequest.Builder |
InvokeScreenAutomationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
InvokeScreenAutomationRequest.Builder |
InvokeScreenAutomationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
InvokeScreenAutomationRequest.Builder |
InvokeScreenAutomationRequest.Builder.rowId(String rowId)
The row ID for the automation if the automation is defined inside a block with source or list.
|
InvokeScreenAutomationRequest.Builder |
InvokeScreenAutomationRequest.Builder.screenAutomationId(String screenAutomationId)
The ID of the automation action to be performed.
|
InvokeScreenAutomationRequest.Builder |
InvokeScreenAutomationRequest.Builder.screenId(String screenId)
The ID of the screen that contains the screen automation.
|
InvokeScreenAutomationRequest.Builder |
InvokeScreenAutomationRequest.toBuilder() |
InvokeScreenAutomationRequest.Builder |
InvokeScreenAutomationRequest.Builder.variables(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.Builder |
InvokeScreenAutomationRequest.Builder.workbookId(String workbookId)
The ID of the workbook that contains the screen automation.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends InvokeScreenAutomationRequest.Builder> |
InvokeScreenAutomationRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.