| Package | Description |
|---|---|
| com.amazonaws.services.amplifyuibuilder.model |
| Modifier and Type | Method and Description |
|---|---|
FormCTA |
FormCTA.clone() |
FormCTA |
UpdateFormData.getCta()
The
FormCTA object that stores the call to action configuration for the form. |
FormCTA |
Form.getCta()
Stores the call to action configuration for the form.
|
FormCTA |
CreateFormData.getCta()
The
FormCTA object that stores the call to action configuration for the form. |
FormCTA |
FormCTA.withCancel(FormButton cancel)
Displays a cancel button.
|
FormCTA |
FormCTA.withClear(FormButton clear)
Displays a clear button.
|
FormCTA |
FormCTA.withPosition(FormButtonsPosition position)
The position of the button.
|
FormCTA |
FormCTA.withPosition(String position)
The position of the button.
|
FormCTA |
FormCTA.withSubmit(FormButton submit)
Displays a submit button.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateFormData.setCta(FormCTA cta)
The
FormCTA object that stores the call to action configuration for the form. |
void |
Form.setCta(FormCTA cta)
Stores the call to action configuration for the form.
|
void |
CreateFormData.setCta(FormCTA cta)
The
FormCTA object that stores the call to action configuration for the form. |
UpdateFormData |
UpdateFormData.withCta(FormCTA cta)
The
FormCTA object that stores the call to action configuration for the form. |
Form |
Form.withCta(FormCTA cta)
Stores the call to action configuration for the form.
|
CreateFormData |
CreateFormData.withCta(FormCTA cta)
The
FormCTA object that stores the call to action configuration for the form. |
Copyright © 2025. All rights reserved.