Package | Description |
---|---|
com.amazonaws.services.cognitoidp.model |
Modifier and Type | Method and Description |
---|---|
PasswordPolicyType |
PasswordPolicyType.clone() |
PasswordPolicyType |
UserPoolPolicyType.getPasswordPolicy()
A container with information about the user pool password policy.
|
PasswordPolicyType |
PasswordPolicyType.withMinimumLength(Integer minimumLength)
The minimum length of the password policy that you have set.
|
PasswordPolicyType |
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 |
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 |
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 |
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.
|
Modifier and Type | Method and Description |
---|---|
void |
UserPoolPolicyType.setPasswordPolicy(PasswordPolicyType passwordPolicy)
A container with information about the user pool password policy.
|
UserPoolPolicyType |
UserPoolPolicyType.withPasswordPolicy(PasswordPolicyType passwordPolicy)
A container with information about the user pool password policy.
|
Copyright © 2018. All rights reserved.