Uses of Class
software.amazon.awssdk.services.honeycode.model.InvokeScreenAutomationRequest
-
Packages that use InvokeScreenAutomationRequest 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.transform -
-
Uses of InvokeScreenAutomationRequest in software.amazon.awssdk.services.honeycode
Methods in software.amazon.awssdk.services.honeycode with parameters of type InvokeScreenAutomationRequest Modifier and Type Method Description default CompletableFuture<InvokeScreenAutomationResponse>HoneycodeAsyncClient. invokeScreenAutomation(InvokeScreenAutomationRequest 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. -
Uses of InvokeScreenAutomationRequest in software.amazon.awssdk.services.honeycode.transform
Methods in software.amazon.awssdk.services.honeycode.transform with parameters of type InvokeScreenAutomationRequest Modifier and Type Method Description SdkHttpFullRequestInvokeScreenAutomationRequestMarshaller. marshall(InvokeScreenAutomationRequest invokeScreenAutomationRequest)
-