Uses of Class
software.amazon.awssdk.services.honeycode.model.VariableValue
-
Packages that use VariableValue Package Description software.amazon.awssdk.services.honeycode.model -
-
Uses of VariableValue in software.amazon.awssdk.services.honeycode.model
Methods in software.amazon.awssdk.services.honeycode.model that return types with arguments of type VariableValue Modifier and Type Method Description Map<String,VariableValue>GetScreenDataRequest. variables()Variables are optional and are needed only if the screen requires them to render correctly.Map<String,VariableValue>InvokeScreenAutomationRequest. variables()Variables are specified as a map where the key is the name of the variable as defined on the screen.Method parameters in software.amazon.awssdk.services.honeycode.model with type arguments of type VariableValue Modifier and Type Method Description GetScreenDataRequest.BuilderGetScreenDataRequest.Builder. variables(Map<String,VariableValue> variables)Variables are optional and are needed only if the screen requires them to render correctly.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.
-