| Package | Description |
|---|---|
| software.amazon.awssdk.services.amplifyuibuilder.model |
| Modifier and Type | Method and Description |
|---|---|
Map<String,SectionalElement> |
CreateFormData.sectionalElements()
The configuration information for the visual helper elements for the form.
|
Map<String,SectionalElement> |
Form.sectionalElements()
Stores the visual helper elements for the form that are not associated with any data.
|
Map<String,SectionalElement> |
UpdateFormData.sectionalElements()
The configuration information for the visual helper elements for the form.
|
| Modifier and Type | Method and Description |
|---|---|
CreateFormData.Builder |
CreateFormData.Builder.sectionalElements(Map<String,SectionalElement> sectionalElements)
The configuration information for the visual helper elements for the form.
|
Form.Builder |
Form.Builder.sectionalElements(Map<String,SectionalElement> sectionalElements)
Stores the visual helper elements for the form that are not associated with any data.
|
UpdateFormData.Builder |
UpdateFormData.Builder.sectionalElements(Map<String,SectionalElement> sectionalElements)
The configuration information for the visual helper elements for the form.
|
Copyright © 2023. All rights reserved.