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