Uses of Class
com.amazonaws.services.cognitoidp.model.PasswordPolicyType
Packages that use PasswordPolicyType
-
Uses of PasswordPolicyType in com.amazonaws.services.cognitoidp.model
Methods in com.amazonaws.services.cognitoidp.model that return PasswordPolicyTypeModifier and TypeMethodDescriptionPasswordPolicyType.clone()
UserPoolPolicyType.getPasswordPolicy()
A container with information about the user pool password policy.PasswordPolicyType.withMinimumLength
(Integer minimumLength) The minimum length of the password policy that you have set.PasswordPolicyType.withRequireLowercase
(Boolean requireLowercase) In the password policy that you have set, refers to whether you have required users to use at least one lowercase letter in their password.PasswordPolicyType.withRequireNumbers
(Boolean requireNumbers) In the password policy that you have set, refers to whether you have required users to use at least one number in their password.PasswordPolicyType.withRequireSymbols
(Boolean requireSymbols) In the password policy that you have set, refers to whether you have required users to use at least one symbol in their password.PasswordPolicyType.withRequireUppercase
(Boolean requireUppercase) In the password policy that you have set, refers to whether you have required users to use at least one uppercase letter in their password.Methods in com.amazonaws.services.cognitoidp.model with parameters of type PasswordPolicyTypeModifier and TypeMethodDescriptionvoid
UserPoolPolicyType.setPasswordPolicy
(PasswordPolicyType passwordPolicy) A container with information about the user pool password policy.UserPoolPolicyType.withPasswordPolicy
(PasswordPolicyType passwordPolicy) A container with information about the user pool password policy.