Uses of Class
software.amazon.awssdk.services.amplifyuibuilder.model.FieldValidationConfiguration
-
Packages that use FieldValidationConfiguration Package Description software.amazon.awssdk.services.amplifyuibuilder.model -
-
Uses of FieldValidationConfiguration in software.amazon.awssdk.services.amplifyuibuilder.model
Methods in software.amazon.awssdk.services.amplifyuibuilder.model that return types with arguments of type FieldValidationConfiguration Modifier and Type Method Description List<FieldValidationConfiguration>FieldConfig. validations()The validations to perform on the value in the field.Methods in software.amazon.awssdk.services.amplifyuibuilder.model with parameters of type FieldValidationConfiguration Modifier and Type Method Description FieldConfig.BuilderFieldConfig.Builder. validations(FieldValidationConfiguration... validations)The validations to perform on the value in the field.Method parameters in software.amazon.awssdk.services.amplifyuibuilder.model with type arguments of type FieldValidationConfiguration Modifier and Type Method Description FieldConfig.BuilderFieldConfig.Builder. validations(Collection<FieldValidationConfiguration> validations)The validations to perform on the value in the field.
-