Uses of Class
software.amazon.awssdk.services.amplifyuibuilder.model.FormCTA
-
Packages that use FormCTA Package Description software.amazon.awssdk.services.amplifyuibuilder.model -
-
Uses of FormCTA in software.amazon.awssdk.services.amplifyuibuilder.model
Methods in software.amazon.awssdk.services.amplifyuibuilder.model that return FormCTA Modifier and Type Method Description FormCTACreateFormData. cta()TheFormCTAobject that stores the call to action configuration for the form.FormCTAForm. cta()Stores the call to action configuration for the form.FormCTAUpdateFormData. cta()TheFormCTAobject that stores the call to action configuration for the form.Methods in software.amazon.awssdk.services.amplifyuibuilder.model with parameters of type FormCTA Modifier and Type Method Description CreateFormData.BuilderCreateFormData.Builder. cta(FormCTA cta)TheFormCTAobject that stores the call to action configuration for the form.Form.BuilderForm.Builder. cta(FormCTA cta)Stores the call to action configuration for the form.UpdateFormData.BuilderUpdateFormData.Builder. cta(FormCTA cta)TheFormCTAobject that stores the call to action configuration for the form.
-