| Package | Description |
|---|---|
| com.amazonaws.services.amplifyuibuilder.model |
| Modifier and Type | Method and Description |
|---|---|
Form |
Form.addFieldsEntry(String key,
FieldConfig value)
Add a single Fields entry
|
Form |
Form.addSectionalElementsEntry(String key,
SectionalElement value)
Add a single SectionalElements entry
|
Form |
Form.addTagsEntry(String key,
String value)
Add a single Tags entry
|
Form |
Form.clearFieldsEntries()
Removes all the entries added into Fields.
|
Form |
Form.clearSectionalElementsEntries()
Removes all the entries added into SectionalElements.
|
Form |
Form.clearTagsEntries()
Removes all the entries added into Tags.
|
Form |
Form.clone() |
Form |
UpdateFormResult.getEntity()
Describes the configuration of the updated form.
|
Form |
CreateFormResult.getEntity()
Describes the configuration of the new form.
|
Form |
GetFormResult.getForm()
Represents the configuration settings for the form.
|
Form |
Form.withAppId(String appId)
The unique ID of the Amplify app associated with the form.
|
Form |
Form.withCta(FormCTA cta)
Stores the call to action configuration for the form.
|
Form |
Form.withDataType(FormDataTypeConfig dataType)
The type of data source to use to create the form.
|
Form |
Form.withEnvironmentName(String environmentName)
The name of the backend environment that is a part of the Amplify app.
|
Form |
Form.withFields(Map<String,FieldConfig> fields)
Stores the information about the form's fields.
|
Form |
Form.withFormActionType(FormActionType formActionType)
The operation to perform on the specified form.
|
Form |
Form.withFormActionType(String formActionType)
The operation to perform on the specified form.
|
Form |
Form.withId(String id)
The unique ID of the form.
|
Form |
Form.withLabelDecorator(LabelDecorator labelDecorator)
Specifies an icon or decoration to display on the form.
|
Form |
Form.withLabelDecorator(String labelDecorator)
Specifies an icon or decoration to display on the form.
|
Form |
Form.withName(String name)
The name of the form.
|
Form |
Form.withSchemaVersion(String schemaVersion)
The schema version of the form when it was imported.
|
Form |
Form.withSectionalElements(Map<String,SectionalElement> sectionalElements)
Stores the visual helper elements for the form that are not associated with any data.
|
Form |
Form.withStyle(FormStyle style)
Stores the configuration for the form's style.
|
Form |
Form.withTags(Map<String,String> tags)
One or more key-value pairs to use when tagging the form.
|
| Modifier and Type | Method and Description |
|---|---|
List<Form> |
ExportFormsResult.getEntities()
Represents the configuration of the exported forms.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateFormResult.setEntity(Form entity)
Describes the configuration of the updated form.
|
void |
CreateFormResult.setEntity(Form entity)
Describes the configuration of the new form.
|
void |
GetFormResult.setForm(Form form)
Represents the configuration settings for the form.
|
ExportFormsResult |
ExportFormsResult.withEntities(Form... entities)
Represents the configuration of the exported forms.
|
UpdateFormResult |
UpdateFormResult.withEntity(Form entity)
Describes the configuration of the updated form.
|
CreateFormResult |
CreateFormResult.withEntity(Form entity)
Describes the configuration of the new form.
|
GetFormResult |
GetFormResult.withForm(Form form)
Represents the configuration settings for the form.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExportFormsResult.setEntities(Collection<Form> entities)
Represents the configuration of the exported forms.
|
ExportFormsResult |
ExportFormsResult.withEntities(Collection<Form> entities)
Represents the configuration of the exported forms.
|
Copyright © 2024. All rights reserved.