| Package | Description |
|---|---|
| com.amazonaws.services.amplifyuibuilder.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateFormData |
UpdateFormData.addFieldsEntry(String key,
FieldConfig value)
Add a single Fields entry
|
UpdateFormData |
UpdateFormData.addSectionalElementsEntry(String key,
SectionalElement value)
Add a single SectionalElements entry
|
UpdateFormData |
UpdateFormData.clearFieldsEntries()
Removes all the entries added into Fields.
|
UpdateFormData |
UpdateFormData.clearSectionalElementsEntries()
Removes all the entries added into SectionalElements.
|
UpdateFormData |
UpdateFormData.clone() |
UpdateFormData |
UpdateFormRequest.getUpdatedForm()
The request accepts the following data in JSON format.
|
UpdateFormData |
UpdateFormData.withCta(FormCTA cta)
The
FormCTA object that stores the call to action configuration for the form. |
UpdateFormData |
UpdateFormData.withDataType(FormDataTypeConfig dataType)
The type of data source to use to create the form.
|
UpdateFormData |
UpdateFormData.withFields(Map<String,FieldConfig> fields)
The configuration information for the form's fields.
|
UpdateFormData |
UpdateFormData.withFormActionType(FormActionType formActionType)
Specifies whether to perform a create or update action on the form.
|
UpdateFormData |
UpdateFormData.withFormActionType(String formActionType)
Specifies whether to perform a create or update action on the form.
|
UpdateFormData |
UpdateFormData.withLabelDecorator(LabelDecorator labelDecorator)
Specifies an icon or decoration to display on the form.
|
UpdateFormData |
UpdateFormData.withLabelDecorator(String labelDecorator)
Specifies an icon or decoration to display on the form.
|
UpdateFormData |
UpdateFormData.withName(String name)
The name of the form.
|
UpdateFormData |
UpdateFormData.withSchemaVersion(String schemaVersion)
The schema version of the form.
|
UpdateFormData |
UpdateFormData.withSectionalElements(Map<String,SectionalElement> sectionalElements)
The configuration information for the visual helper elements for the form.
|
UpdateFormData |
UpdateFormData.withStyle(FormStyle style)
The configuration for the form's style.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateFormRequest.setUpdatedForm(UpdateFormData updatedForm)
The request accepts the following data in JSON format.
|
UpdateFormRequest |
UpdateFormRequest.withUpdatedForm(UpdateFormData updatedForm)
The request accepts the following data in JSON format.
|
Copyright © 2024. All rights reserved.