| Package | Description |
|---|---|
| com.amazonaws.services.amplifyuibuilder.model |
| Modifier and Type | Method and Description |
|---|---|
FieldConfig |
FieldConfig.clone() |
FieldConfig |
FieldConfig.withExcluded(Boolean excluded)
Specifies whether to hide a field.
|
FieldConfig |
FieldConfig.withInputType(FieldInputConfig inputType)
Describes the configuration for the default input value to display for a field.
|
FieldConfig |
FieldConfig.withLabel(String label)
The label for the field.
|
FieldConfig |
FieldConfig.withPosition(FieldPosition position)
Specifies the field position.
|
FieldConfig |
FieldConfig.withValidations(Collection<FieldValidationConfiguration> validations)
The validations to perform on the value in the field.
|
FieldConfig |
FieldConfig.withValidations(FieldValidationConfiguration... validations)
The validations to perform on the value in the field.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,FieldConfig> |
UpdateFormData.getFields()
The configuration information for the form's fields.
|
Map<String,FieldConfig> |
Form.getFields()
Stores the information about the form's fields.
|
Map<String,FieldConfig> |
CreateFormData.getFields()
The configuration information for the form's fields.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateFormData |
UpdateFormData.addFieldsEntry(String key,
FieldConfig value)
Add a single Fields entry
|
Form |
Form.addFieldsEntry(String key,
FieldConfig value)
Add a single Fields entry
|
CreateFormData |
CreateFormData.addFieldsEntry(String key,
FieldConfig value)
Add a single Fields entry
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateFormData.setFields(Map<String,FieldConfig> fields)
The configuration information for the form's fields.
|
void |
Form.setFields(Map<String,FieldConfig> fields)
Stores the information about the form's fields.
|
void |
CreateFormData.setFields(Map<String,FieldConfig> fields)
The configuration information for the form's fields.
|
UpdateFormData |
UpdateFormData.withFields(Map<String,FieldConfig> fields)
The configuration information for the form's fields.
|
Form |
Form.withFields(Map<String,FieldConfig> fields)
Stores the information about the form's fields.
|
CreateFormData |
CreateFormData.withFields(Map<String,FieldConfig> fields)
The configuration information for the form's fields.
|
Copyright © 2025. All rights reserved.