Uses of Interface
software.amazon.awssdk.services.honeycode.model.InvokeScreenAutomationRequest.Builder
-
Packages that use InvokeScreenAutomationRequest.Builder 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 -
-
Uses of InvokeScreenAutomationRequest.Builder in software.amazon.awssdk.services.honeycode
Method parameters in software.amazon.awssdk.services.honeycode with type arguments of type InvokeScreenAutomationRequest.Builder Modifier and Type Method Description default CompletableFuture<InvokeScreenAutomationResponse>HoneycodeAsyncClient. invokeScreenAutomation(Consumer<InvokeScreenAutomationRequest.Builder> invokeScreenAutomationRequest)The InvokeScreenAutomation API allows invoking an action defined in a screen in a Honeycode app.default InvokeScreenAutomationResponseHoneycodeClient. invokeScreenAutomation(Consumer<InvokeScreenAutomationRequest.Builder> invokeScreenAutomationRequest)The InvokeScreenAutomation API allows invoking an action defined in a screen in a Honeycode app. -
Uses of InvokeScreenAutomationRequest.Builder in software.amazon.awssdk.services.honeycode.model
Methods in software.amazon.awssdk.services.honeycode.model that return InvokeScreenAutomationRequest.Builder Modifier and Type Method Description InvokeScreenAutomationRequest.BuilderInvokeScreenAutomationRequest.Builder. appId(String appId)The ID of the app that contains the screen automation.static InvokeScreenAutomationRequest.BuilderInvokeScreenAutomationRequest. builder()InvokeScreenAutomationRequest.BuilderInvokeScreenAutomationRequest.Builder. clientRequestToken(String clientRequestToken)The request token for performing the automation action.InvokeScreenAutomationRequest.BuilderInvokeScreenAutomationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)InvokeScreenAutomationRequest.BuilderInvokeScreenAutomationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)InvokeScreenAutomationRequest.BuilderInvokeScreenAutomationRequest.Builder. rowId(String rowId)The row ID for the automation if the automation is defined inside a block with source or list.InvokeScreenAutomationRequest.BuilderInvokeScreenAutomationRequest.Builder. screenAutomationId(String screenAutomationId)The ID of the automation action to be performed.InvokeScreenAutomationRequest.BuilderInvokeScreenAutomationRequest.Builder. screenId(String screenId)The ID of the screen that contains the screen automation.InvokeScreenAutomationRequest.BuilderInvokeScreenAutomationRequest. toBuilder()InvokeScreenAutomationRequest.BuilderInvokeScreenAutomationRequest.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.BuilderInvokeScreenAutomationRequest.Builder. workbookId(String workbookId)The ID of the workbook that contains the screen automation.Methods in software.amazon.awssdk.services.honeycode.model that return types with arguments of type InvokeScreenAutomationRequest.Builder Modifier and Type Method Description static Class<? extends InvokeScreenAutomationRequest.Builder>InvokeScreenAutomationRequest. serializableBuilderClass()
-