| Package | Description |
|---|---|
| com.amazonaws.services.amplifyuibuilder.model |
| Modifier and Type | Method and Description |
|---|---|
FormInputBindingPropertiesValue |
FormInputBindingPropertiesValue.clone() |
FormInputBindingPropertiesValue |
FormInputBindingPropertiesValue.withBindingProperties(FormInputBindingPropertiesValueProperties bindingProperties)
Describes the properties to customize with data at runtime.
|
FormInputBindingPropertiesValue |
FormInputBindingPropertiesValue.withType(String type)
The property type.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,FormInputBindingPropertiesValue> |
ValueMappings.getBindingProperties()
The information to bind fields to data at runtime.
|
| Modifier and Type | Method and Description |
|---|---|
ValueMappings |
ValueMappings.addBindingPropertiesEntry(String key,
FormInputBindingPropertiesValue value)
Add a single BindingProperties entry
|
| Modifier and Type | Method and Description |
|---|---|
void |
ValueMappings.setBindingProperties(Map<String,FormInputBindingPropertiesValue> bindingProperties)
The information to bind fields to data at runtime.
|
ValueMappings |
ValueMappings.withBindingProperties(Map<String,FormInputBindingPropertiesValue> bindingProperties)
The information to bind fields to data at runtime.
|
Copyright © 2024. All rights reserved.