| Package | Description |
|---|---|
| software.amazon.awssdk.services.amplifyuibuilder.model |
| Modifier and Type | Method and Description |
|---|---|
FormInputValueProperty |
ValueMapping.displayValue()
The value to display for the complex object.
|
FormInputValueProperty |
ValueMapping.value()
The complex object.
|
| Modifier and Type | Method and Description |
|---|---|
List<FormInputValueProperty> |
FormInputValueProperty.concat()
A list of form properties to concatenate to create the value to assign to this field property.
|
| Modifier and Type | Method and Description |
|---|---|
FormInputValueProperty.Builder |
FormInputValueProperty.Builder.concat(FormInputValueProperty... concat)
A list of form properties to concatenate to create the value to assign to this field property.
|
ValueMapping.Builder |
ValueMapping.Builder.displayValue(FormInputValueProperty displayValue)
The value to display for the complex object.
|
ValueMapping.Builder |
ValueMapping.Builder.value(FormInputValueProperty value)
The complex object.
|
| Modifier and Type | Method and Description |
|---|---|
FormInputValueProperty.Builder |
FormInputValueProperty.Builder.concat(Collection<FormInputValueProperty> concat)
A list of form properties to concatenate to create the value to assign to this field property.
|
Copyright © 2023. All rights reserved.