| Package | Description |
|---|---|
| com.amazonaws.services.cognitoidp.model |
| Modifier and Type | Method and Description |
|---|---|
PasswordPolicyType |
PasswordPolicyType.clone() |
PasswordPolicyType |
UserPoolPolicyType.getPasswordPolicy()
The password policy.
|
PasswordPolicyType |
PasswordPolicyType.withMinimumLength(Integer minimumLength)
The minimum length of the password in the 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.
|
PasswordPolicyType |
PasswordPolicyType.withTemporaryPasswordValidityDays(Integer temporaryPasswordValidityDays)
The number of days a temporary password is valid in the password policy.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UserPoolPolicyType.setPasswordPolicy(PasswordPolicyType passwordPolicy)
The password policy.
|
UserPoolPolicyType |
UserPoolPolicyType.withPasswordPolicy(PasswordPolicyType passwordPolicy)
The password policy.
|
Copyright © 2022. All rights reserved.