| Package | Description |
|---|---|
| software.amazon.awssdk.services.honeycode.model |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
GetScreenDataRequest.Builder |
GetScreenDataRequest.Builder.variables(Map<String,VariableValue> variables)
Variables are optional and are needed only if the screen requires them to render correctly.
|
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.
|
Copyright © 2022. All rights reserved.