Uses of Class
software.amazon.awssdk.services.amplifyuibuilder.model.FormInputValueProperty
-
Packages that use FormInputValueProperty Package Description software.amazon.awssdk.services.amplifyuibuilder.model -
-
Uses of FormInputValueProperty in software.amazon.awssdk.services.amplifyuibuilder.model
Methods in software.amazon.awssdk.services.amplifyuibuilder.model that return FormInputValueProperty Modifier and Type Method Description FormInputValuePropertyValueMapping. displayValue()The value to display for the complex object.FormInputValuePropertyValueMapping. value()The complex object.Methods in software.amazon.awssdk.services.amplifyuibuilder.model that return types with arguments of type FormInputValueProperty Modifier and Type Method Description List<FormInputValueProperty>FormInputValueProperty. concat()A list of form properties to concatenate to create the value to assign to this field property.Methods in software.amazon.awssdk.services.amplifyuibuilder.model with parameters of type FormInputValueProperty Modifier and Type Method Description FormInputValueProperty.BuilderFormInputValueProperty.Builder. concat(FormInputValueProperty... concat)A list of form properties to concatenate to create the value to assign to this field property.ValueMapping.BuilderValueMapping.Builder. displayValue(FormInputValueProperty displayValue)The value to display for the complex object.ValueMapping.BuilderValueMapping.Builder. value(FormInputValueProperty value)The complex object.Method parameters in software.amazon.awssdk.services.amplifyuibuilder.model with type arguments of type FormInputValueProperty Modifier and Type Method Description FormInputValueProperty.BuilderFormInputValueProperty.Builder. concat(Collection<FormInputValueProperty> concat)A list of form properties to concatenate to create the value to assign to this field property.
-