Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.StringAttributeConstraintsType
-
Packages that use StringAttributeConstraintsType Package Description software.amazon.awssdk.services.cognitoidentityprovider.model -
-
Uses of StringAttributeConstraintsType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return StringAttributeConstraintsType Modifier and Type Method Description StringAttributeConstraintsTypeSchemaAttributeType. stringAttributeConstraints()Specifies the constraints for an attribute of the string type.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type StringAttributeConstraintsType Modifier and Type Method Description SchemaAttributeType.BuilderSchemaAttributeType.Builder. stringAttributeConstraints(StringAttributeConstraintsType stringAttributeConstraints)Specifies the constraints for an attribute of the string type.
-