| Package | Description |
|---|---|
| com.amazonaws.services.honeycode.model |
| Modifier and Type | Method and Description |
|---|---|
VariableValue |
VariableValue.clone() |
VariableValue |
VariableValue.withRawValue(String rawValue)
Raw value of the variable.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,VariableValue> |
InvokeScreenAutomationRequest.getVariables()
Variables are specified as a map where the key is the name of the variable as defined on the screen.
|
Map<String,VariableValue> |
GetScreenDataRequest.getVariables()
Variables are optional and are needed only if the screen requires them to render correctly.
|
| Modifier and Type | Method and Description |
|---|---|
InvokeScreenAutomationRequest |
InvokeScreenAutomationRequest.addVariablesEntry(String key,
VariableValue value)
Add a single Variables entry
|
GetScreenDataRequest |
GetScreenDataRequest.addVariablesEntry(String key,
VariableValue value)
Add a single Variables entry
|
| Modifier and Type | Method and Description |
|---|---|
void |
InvokeScreenAutomationRequest.setVariables(Map<String,VariableValue> variables)
Variables are specified as a map where the key is the name of the variable as defined on the screen.
|
void |
GetScreenDataRequest.setVariables(Map<String,VariableValue> variables)
Variables are optional and are needed only if the screen requires them to render correctly.
|
InvokeScreenAutomationRequest |
InvokeScreenAutomationRequest.withVariables(Map<String,VariableValue> variables)
Variables are specified as a map where the key is the name of the variable as defined on the screen.
|
GetScreenDataRequest |
GetScreenDataRequest.withVariables(Map<String,VariableValue> variables)
Variables are optional and are needed only if the screen requires them to render correctly.
|
Copyright © 2023. All rights reserved.