| Package | Description |
|---|---|
| com.amazonaws.services.amplifyuibuilder.model |
| Modifier and Type | Method and Description |
|---|---|
ComponentDataConfiguration |
ComponentDataConfiguration.clone() |
ComponentDataConfiguration |
ComponentDataConfiguration.withIdentifiers(Collection<String> identifiers)
A list of IDs to use to bind data to a component.
|
ComponentDataConfiguration |
ComponentDataConfiguration.withIdentifiers(String... identifiers)
A list of IDs to use to bind data to a component.
|
ComponentDataConfiguration |
ComponentDataConfiguration.withModel(String model)
The name of the data model to use to bind data to a component.
|
ComponentDataConfiguration |
ComponentDataConfiguration.withPredicate(Predicate predicate)
Represents the conditional logic to use when binding data to a component.
|
ComponentDataConfiguration |
ComponentDataConfiguration.withSort(Collection<SortProperty> sort)
Describes how to sort the component's properties.
|
ComponentDataConfiguration |
ComponentDataConfiguration.withSort(SortProperty... sort)
Describes how to sort the component's properties.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,ComponentDataConfiguration> |
UpdateComponentData.getCollectionProperties()
The configuration for binding a component's properties to a data model.
|
Map<String,ComponentDataConfiguration> |
CreateComponentData.getCollectionProperties()
The data binding configuration for customizing a component's properties.
|
Map<String,ComponentDataConfiguration> |
Component.getCollectionProperties()
The data binding configuration for the component's properties.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateComponentData |
UpdateComponentData.addCollectionPropertiesEntry(String key,
ComponentDataConfiguration value)
Add a single CollectionProperties entry
|
CreateComponentData |
CreateComponentData.addCollectionPropertiesEntry(String key,
ComponentDataConfiguration value)
Add a single CollectionProperties entry
|
Component |
Component.addCollectionPropertiesEntry(String key,
ComponentDataConfiguration value)
Add a single CollectionProperties entry
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateComponentData.setCollectionProperties(Map<String,ComponentDataConfiguration> collectionProperties)
The configuration for binding a component's properties to a data model.
|
void |
CreateComponentData.setCollectionProperties(Map<String,ComponentDataConfiguration> collectionProperties)
The data binding configuration for customizing a component's properties.
|
void |
Component.setCollectionProperties(Map<String,ComponentDataConfiguration> collectionProperties)
The data binding configuration for the component's properties.
|
UpdateComponentData |
UpdateComponentData.withCollectionProperties(Map<String,ComponentDataConfiguration> collectionProperties)
The configuration for binding a component's properties to a data model.
|
CreateComponentData |
CreateComponentData.withCollectionProperties(Map<String,ComponentDataConfiguration> collectionProperties)
The data binding configuration for customizing a component's properties.
|
Component |
Component.withCollectionProperties(Map<String,ComponentDataConfiguration> collectionProperties)
The data binding configuration for the component's properties.
|
Copyright © 2025. All rights reserved.