Uses of Class
software.amazon.awssdk.services.amplifyuibuilder.model.ComponentPropertyBindingProperties
-
Packages that use ComponentPropertyBindingProperties Package Description software.amazon.awssdk.services.amplifyuibuilder.model -
-
Uses of ComponentPropertyBindingProperties in software.amazon.awssdk.services.amplifyuibuilder.model
Methods in software.amazon.awssdk.services.amplifyuibuilder.model that return ComponentPropertyBindingProperties Modifier and Type Method Description ComponentPropertyBindingPropertiesComponentProperty. bindingProperties()The information to bind the component property to data at runtime.ComponentPropertyBindingPropertiesComponentProperty. collectionBindingProperties()The information to bind the component property to data at runtime.Methods in software.amazon.awssdk.services.amplifyuibuilder.model with parameters of type ComponentPropertyBindingProperties Modifier and Type Method Description ComponentProperty.BuilderComponentProperty.Builder. bindingProperties(ComponentPropertyBindingProperties bindingProperties)The information to bind the component property to data at runtime.ComponentProperty.BuilderComponentProperty.Builder. collectionBindingProperties(ComponentPropertyBindingProperties collectionBindingProperties)The information to bind the component property to data at runtime.
-