| Package | Description |
|---|---|
| software.amazon.awssdk.services.amplifyuibuilder.model |
| Modifier and Type | Method and Description |
|---|---|
FormCTA |
CreateFormData.cta()
The
FormCTA object that stores the call to action configuration for the form. |
FormCTA |
Form.cta()
Stores the call to action configuration for the form.
|
FormCTA |
UpdateFormData.cta()
The
FormCTA object that stores the call to action configuration for the form. |
| Modifier and Type | Method and Description |
|---|---|
CreateFormData.Builder |
CreateFormData.Builder.cta(FormCTA cta)
The
FormCTA object that stores the call to action configuration for the form. |
Form.Builder |
Form.Builder.cta(FormCTA cta)
Stores the call to action configuration for the form.
|
UpdateFormData.Builder |
UpdateFormData.Builder.cta(FormCTA cta)
The
FormCTA object that stores the call to action configuration for the form. |
Copyright © 2023. All rights reserved.