| Package | Description |
|---|---|
| com.amazonaws.services.amplifyuibuilder.model |
| Modifier and Type | Method and Description |
|---|---|
ValueMapping |
ValueMapping.clone() |
ValueMapping |
ValueMapping.withDisplayValue(FormInputValueProperty displayValue)
The value to display for the complex object.
|
ValueMapping |
ValueMapping.withValue(FormInputValueProperty value)
The complex object.
|
| Modifier and Type | Method and Description |
|---|---|
List<ValueMapping> |
ValueMappings.getValues()
The value and display value pairs.
|
| Modifier and Type | Method and Description |
|---|---|
ValueMappings |
ValueMappings.withValues(ValueMapping... values)
The value and display value pairs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ValueMappings.setValues(Collection<ValueMapping> values)
The value and display value pairs.
|
ValueMappings |
ValueMappings.withValues(Collection<ValueMapping> values)
The value and display value pairs.
|
Copyright © 2025. All rights reserved.