Uses of Class
software.amazon.awssdk.services.amplifyuibuilder.model.SectionalElement
-
Packages that use SectionalElement Package Description software.amazon.awssdk.services.amplifyuibuilder.model -
-
Uses of SectionalElement in software.amazon.awssdk.services.amplifyuibuilder.model
Methods in software.amazon.awssdk.services.amplifyuibuilder.model that return types with arguments of type SectionalElement Modifier and Type Method Description Map<String,SectionalElement>CreateFormData. sectionalElements()The configuration information for the visual helper elements for the form.Map<String,SectionalElement>Form. sectionalElements()Stores the visual helper elements for the form that are not associated with any data.Map<String,SectionalElement>UpdateFormData. sectionalElements()The configuration information for the visual helper elements for the form.Method parameters in software.amazon.awssdk.services.amplifyuibuilder.model with type arguments of type SectionalElement Modifier and Type Method Description CreateFormData.BuilderCreateFormData.Builder. sectionalElements(Map<String,SectionalElement> sectionalElements)The configuration information for the visual helper elements for the form.Form.BuilderForm.Builder. sectionalElements(Map<String,SectionalElement> sectionalElements)Stores the visual helper elements for the form that are not associated with any data.UpdateFormData.BuilderUpdateFormData.Builder. sectionalElements(Map<String,SectionalElement> sectionalElements)The configuration information for the visual helper elements for the form.
-