Package | Description |
---|---|
com.amazonaws.services.identitymanagement.model |
Modifier and Type | Method and Description |
---|---|
PasswordPolicy |
PasswordPolicy.clone() |
PasswordPolicy |
GetAccountPasswordPolicyResult.getPasswordPolicy()
A structure that contains details about the account's password policy.
|
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 via the Amazon Web Services Management
Console 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 IAM user passwords must contain at least one lowercase character (a to z).
|
PasswordPolicy |
PasswordPolicy.withRequireNumbers(Boolean requireNumbers)
Specifies whether IAM user passwords must contain at least one numeric character (0 to 9).
|
PasswordPolicy |
PasswordPolicy.withRequireSymbols(Boolean requireSymbols)
Specifies whether IAM user passwords must contain at least one of the following symbols:
|
PasswordPolicy |
PasswordPolicy.withRequireUppercaseCharacters(Boolean requireUppercaseCharacters)
Specifies whether IAM user passwords must contain at least one uppercase character (A to Z).
|
Modifier and Type | Method and Description |
---|---|
void |
GetAccountPasswordPolicyResult.setPasswordPolicy(PasswordPolicy passwordPolicy)
A structure that contains details about the account's password policy.
|
GetAccountPasswordPolicyResult |
GetAccountPasswordPolicyResult.withPasswordPolicy(PasswordPolicy passwordPolicy)
A structure that contains details about the account's password policy.
|
Copyright © 2022. All rights reserved.