Uses of Class
software.amazon.awssdk.services.amplifyuibuilder.model.FormBindingElement
-
Packages that use FormBindingElement Package Description software.amazon.awssdk.services.amplifyuibuilder.model -
-
Uses of FormBindingElement in software.amazon.awssdk.services.amplifyuibuilder.model
Methods in software.amazon.awssdk.services.amplifyuibuilder.model that return types with arguments of type FormBindingElement Modifier and Type Method Description Map<String,FormBindingElement>ComponentProperty. bindings()The information to bind the component property to form data.Method parameters in software.amazon.awssdk.services.amplifyuibuilder.model with type arguments of type FormBindingElement Modifier and Type Method Description ComponentProperty.BuilderComponentProperty.Builder. bindings(Map<String,FormBindingElement> bindings)The information to bind the component property to form data.
-