Uses of Class
software.amazon.awssdk.services.amplifyuibuilder.model.FormStyle
-
Packages that use FormStyle Package Description software.amazon.awssdk.services.amplifyuibuilder.model -
-
Uses of FormStyle in software.amazon.awssdk.services.amplifyuibuilder.model
Methods in software.amazon.awssdk.services.amplifyuibuilder.model that return FormStyle Modifier and Type Method Description FormStyleCreateFormData. style()The configuration for the form's style.FormStyleForm. style()Stores the configuration for the form's style.FormStyleUpdateFormData. style()The configuration for the form's style.Methods in software.amazon.awssdk.services.amplifyuibuilder.model with parameters of type FormStyle Modifier and Type Method Description CreateFormData.BuilderCreateFormData.Builder. style(FormStyle style)The configuration for the form's style.Form.BuilderForm.Builder. style(FormStyle style)Stores the configuration for the form's style.UpdateFormData.BuilderUpdateFormData.Builder. style(FormStyle style)The configuration for the form's style.
-