PasswordPolicy |
PasswordPolicy.clone() |
|
PasswordPolicy |
GetAccountPasswordPolicyResult.getPasswordPolicy() |
|
PasswordPolicy |
PasswordPolicy.withAllowUsersToChangePassword(Boolean allowUsersToChangePassword) |
Specifies whether IAM users are allowed to change their own password.
|
PasswordPolicy |
PasswordPolicy.withExpirePasswords(Boolean expirePasswords) |
Indicates whether passwords in the account expire.
|
PasswordPolicy |
PasswordPolicy.withHardExpiry(Boolean hardExpiry) |
Specifies whether IAM users are prevented from setting a new password
after their password has expired.
|
PasswordPolicy |
PasswordPolicy.withMaxPasswordAge(Integer maxPasswordAge) |
The number of days that an IAM user password is valid.
|
PasswordPolicy |
PasswordPolicy.withMinimumPasswordLength(Integer minimumPasswordLength) |
Minimum length to require for IAM user passwords.
|
PasswordPolicy |
PasswordPolicy.withPasswordReusePrevention(Integer passwordReusePrevention) |
Specifies the number of previous passwords that IAM users are prevented
from reusing.
|
PasswordPolicy |
PasswordPolicy.withRequireLowercaseCharacters(Boolean requireLowercaseCharacters) |
Specifies whether to require lowercase characters for IAM user passwords.
|
PasswordPolicy |
PasswordPolicy.withRequireNumbers(Boolean requireNumbers) |
Specifies whether to require numbers for IAM user passwords.
|
PasswordPolicy |
PasswordPolicy.withRequireSymbols(Boolean requireSymbols) |
Specifies whether to require symbols for IAM user passwords.
|
PasswordPolicy |
PasswordPolicy.withRequireUppercaseCharacters(Boolean requireUppercaseCharacters) |
Specifies whether to require uppercase characters for IAM user passwords.
|