Uses of Interface
software.amazon.awssdk.services.amplifyuibuilder.model.FormInputValuePropertyBindingProperties.Builder
-
Packages that use FormInputValuePropertyBindingProperties.Builder Package Description software.amazon.awssdk.services.amplifyuibuilder.model -
-
Uses of FormInputValuePropertyBindingProperties.Builder in software.amazon.awssdk.services.amplifyuibuilder.model
Methods in software.amazon.awssdk.services.amplifyuibuilder.model that return FormInputValuePropertyBindingProperties.Builder Modifier and Type Method Description static FormInputValuePropertyBindingProperties.BuilderFormInputValuePropertyBindingProperties. builder()FormInputValuePropertyBindingProperties.BuilderFormInputValuePropertyBindingProperties.Builder. field(String field)The data field to bind the property to.FormInputValuePropertyBindingProperties.BuilderFormInputValuePropertyBindingProperties.Builder. property(String property)The form property to bind to the data field.FormInputValuePropertyBindingProperties.BuilderFormInputValuePropertyBindingProperties. toBuilder()Methods in software.amazon.awssdk.services.amplifyuibuilder.model that return types with arguments of type FormInputValuePropertyBindingProperties.Builder Modifier and Type Method Description static Class<? extends FormInputValuePropertyBindingProperties.Builder>FormInputValuePropertyBindingProperties. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.amplifyuibuilder.model with type arguments of type FormInputValuePropertyBindingProperties.Builder Modifier and Type Method Description default FormInputValueProperty.BuilderFormInputValueProperty.Builder. bindingProperties(Consumer<FormInputValuePropertyBindingProperties.Builder> bindingProperties)The information to bind fields to data at runtime.
-