Modifier and Type | Method and Description |
---|---|
UpdateAccountPasswordPolicyRequest |
UpdateAccountPasswordPolicyRequest.clone() |
UpdateAccountPasswordPolicyRequest |
UpdateAccountPasswordPolicyRequest.withAllowUsersToChangePassword(java.lang.Boolean allowUsersToChangePassword)
Allows all IAM users in your account to use the AWS Management Console to
change their own passwords.
|
UpdateAccountPasswordPolicyRequest |
UpdateAccountPasswordPolicyRequest.withHardExpiry(java.lang.Boolean hardExpiry)
Prevents IAM users from setting a new password after their password has
expired.
|
UpdateAccountPasswordPolicyRequest |
UpdateAccountPasswordPolicyRequest.withMaxPasswordAge(java.lang.Integer maxPasswordAge)
The number of days that an IAM user password is valid.
|
UpdateAccountPasswordPolicyRequest |
UpdateAccountPasswordPolicyRequest.withMinimumPasswordLength(java.lang.Integer minimumPasswordLength)
The minimum number of characters allowed in an IAM user password.
|
UpdateAccountPasswordPolicyRequest |
UpdateAccountPasswordPolicyRequest.withPasswordReusePrevention(java.lang.Integer passwordReusePrevention)
Specifies the number of previous passwords that IAM users are prevented
from reusing.
|
UpdateAccountPasswordPolicyRequest |
UpdateAccountPasswordPolicyRequest.withRequireLowercaseCharacters(java.lang.Boolean requireLowercaseCharacters)
Specifies whether IAM user passwords must contain at least one lowercase
character from the ISO basic Latin alphabet (a to z).
|
UpdateAccountPasswordPolicyRequest |
UpdateAccountPasswordPolicyRequest.withRequireNumbers(java.lang.Boolean requireNumbers)
Specifies whether IAM user passwords must contain at least one numeric
character (0 to 9).
|
UpdateAccountPasswordPolicyRequest |
UpdateAccountPasswordPolicyRequest.withRequireSymbols(java.lang.Boolean requireSymbols)
Specifies whether IAM user passwords must contain at least one of the
following non-alphanumeric characters:
|
UpdateAccountPasswordPolicyRequest |
UpdateAccountPasswordPolicyRequest.withRequireUppercaseCharacters(java.lang.Boolean requireUppercaseCharacters)
Specifies whether IAM user passwords must contain at least one uppercase
character from the ISO basic Latin alphabet (A to Z).
|
Modifier and Type | Method and Description |
---|---|
Request<UpdateAccountPasswordPolicyRequest> |
UpdateAccountPasswordPolicyRequestMarshaller.marshall(UpdateAccountPasswordPolicyRequest updateAccountPasswordPolicyRequest) |
Modifier and Type | Method and Description |
---|---|
Request<UpdateAccountPasswordPolicyRequest> |
UpdateAccountPasswordPolicyRequestMarshaller.marshall(UpdateAccountPasswordPolicyRequest updateAccountPasswordPolicyRequest) |