| Package | Description |
|---|---|
| software.amazon.awssdk.services.amplifyuibuilder.model |
| Modifier and Type | Method and Description |
|---|---|
Map<String,FieldConfig> |
CreateFormData.fields()
The configuration information for the form's fields.
|
Map<String,FieldConfig> |
Form.fields()
Stores the information about the form's fields.
|
Map<String,FieldConfig> |
UpdateFormData.fields()
The configuration information for the form's fields.
|
| Modifier and Type | Method and Description |
|---|---|
CreateFormData.Builder |
CreateFormData.Builder.fields(Map<String,FieldConfig> fields)
The configuration information for the form's fields.
|
Form.Builder |
Form.Builder.fields(Map<String,FieldConfig> fields)
Stores the information about the form's fields.
|
UpdateFormData.Builder |
UpdateFormData.Builder.fields(Map<String,FieldConfig> fields)
The configuration information for the form's fields.
|
Copyright © 2023. All rights reserved.