Uses of Class
software.amazon.awssdk.services.amplifyuibuilder.model.ComponentBindingPropertiesValue
-
Packages that use ComponentBindingPropertiesValue Package Description software.amazon.awssdk.services.amplifyuibuilder.model -
-
Uses of ComponentBindingPropertiesValue in software.amazon.awssdk.services.amplifyuibuilder.model
Methods in software.amazon.awssdk.services.amplifyuibuilder.model that return types with arguments of type ComponentBindingPropertiesValue Modifier and Type Method Description Map<String,ComponentBindingPropertiesValue>Component. bindingProperties()The information to connect a component's properties to data at runtime.Map<String,ComponentBindingPropertiesValue>CreateComponentData. bindingProperties()The data binding information for the component's properties.Map<String,ComponentBindingPropertiesValue>UpdateComponentData. bindingProperties()The data binding information for the component's properties.Method parameters in software.amazon.awssdk.services.amplifyuibuilder.model with type arguments of type ComponentBindingPropertiesValue Modifier and Type Method Description Component.BuilderComponent.Builder. bindingProperties(Map<String,ComponentBindingPropertiesValue> bindingProperties)The information to connect a component's properties to data at runtime.CreateComponentData.BuilderCreateComponentData.Builder. bindingProperties(Map<String,ComponentBindingPropertiesValue> bindingProperties)The data binding information for the component's properties.UpdateComponentData.BuilderUpdateComponentData.Builder. bindingProperties(Map<String,ComponentBindingPropertiesValue> bindingProperties)The data binding information for the component's properties.
-