Uses of Class
software.amazon.awssdk.services.amplifyuibuilder.model.FieldConfig
-
Packages that use FieldConfig Package Description software.amazon.awssdk.services.amplifyuibuilder.model -
-
Uses of FieldConfig in software.amazon.awssdk.services.amplifyuibuilder.model
Methods in software.amazon.awssdk.services.amplifyuibuilder.model that return types with arguments of type FieldConfig Modifier and Type Method Description Map<String,FieldConfig>CreateFormData. fields()The configuration information for the form's fields.Map<String,FieldConfig>Form. fields()Stores the information about the form's fields.Map<String,FieldConfig>UpdateFormData. fields()The configuration information for the form's fields.Method parameters in software.amazon.awssdk.services.amplifyuibuilder.model with type arguments of type FieldConfig Modifier and Type Method Description CreateFormData.BuilderCreateFormData.Builder. fields(Map<String,FieldConfig> fields)The configuration information for the form's fields.Form.BuilderForm.Builder. fields(Map<String,FieldConfig> fields)Stores the information about the form's fields.UpdateFormData.BuilderUpdateFormData.Builder. fields(Map<String,FieldConfig> fields)The configuration information for the form's fields.
-