Uses of Class
software.amazon.awssdk.services.honeycode.model.InvokeScreenAutomationResponse
-
Packages that use InvokeScreenAutomationResponse 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. -
-
Uses of InvokeScreenAutomationResponse in software.amazon.awssdk.services.honeycode
Methods in software.amazon.awssdk.services.honeycode that return InvokeScreenAutomationResponse Modifier and Type Method Description default InvokeScreenAutomationResponseHoneycodeClient. invokeScreenAutomation(Consumer<InvokeScreenAutomationRequest.Builder> invokeScreenAutomationRequest)The InvokeScreenAutomation API allows invoking an action defined in a screen in a Honeycode app.default InvokeScreenAutomationResponseHoneycodeClient. invokeScreenAutomation(InvokeScreenAutomationRequest invokeScreenAutomationRequest)The InvokeScreenAutomation API allows invoking an action defined in a screen in a Honeycode app.Methods in software.amazon.awssdk.services.honeycode that return types with arguments of type InvokeScreenAutomationResponse 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 CompletableFuture<InvokeScreenAutomationResponse>HoneycodeAsyncClient. invokeScreenAutomation(InvokeScreenAutomationRequest invokeScreenAutomationRequest)The InvokeScreenAutomation API allows invoking an action defined in a screen in a Honeycode app.
-