| Package | Description |
|---|---|
| software.amazon.awssdk.services.amplifyuibuilder.model |
| Modifier and Type | Method and Description |
|---|---|
Map<String,ComponentDataConfiguration> |
CreateComponentData.collectionProperties()
The data binding configuration for customizing a component's properties.
|
Map<String,ComponentDataConfiguration> |
Component.collectionProperties()
The data binding configuration for the component's properties.
|
Map<String,ComponentDataConfiguration> |
UpdateComponentData.collectionProperties()
The configuration for binding a component's properties to a data model.
|
| Modifier and Type | Method and Description |
|---|---|
CreateComponentData.Builder |
CreateComponentData.Builder.collectionProperties(Map<String,ComponentDataConfiguration> collectionProperties)
The data binding configuration for customizing a component's properties.
|
Component.Builder |
Component.Builder.collectionProperties(Map<String,ComponentDataConfiguration> collectionProperties)
The data binding configuration for the component's properties.
|
UpdateComponentData.Builder |
UpdateComponentData.Builder.collectionProperties(Map<String,ComponentDataConfiguration> collectionProperties)
The configuration for binding a component's properties to a data model.
|
Copyright © 2023. All rights reserved.