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