Package | Description |
---|---|
com.amazonaws.services.identitymanagement |
Synchronous and asynchronous client classes for accessing AmazonIdentityManagement.
|
com.amazonaws.services.identitymanagement.model |
Classes modeling the various types represented by AmazonIdentityManagement.
|
Modifier and Type | Method and Description |
---|---|
void |
AmazonIdentityManagementClient.updateAccountPasswordPolicy(UpdateAccountPasswordPolicyRequest updateAccountPasswordPolicyRequest)
Updates the password policy settings for the account.
|
void |
AmazonIdentityManagement.updateAccountPasswordPolicy(UpdateAccountPasswordPolicyRequest updateAccountPasswordPolicyRequest)
Updates the password policy settings for the account.
|
Future<Void> |
AmazonIdentityManagementAsync.updateAccountPasswordPolicyAsync(UpdateAccountPasswordPolicyRequest updateAccountPasswordPolicyRequest)
Updates the password policy settings for the account.
|
Future<Void> |
AmazonIdentityManagementAsyncClient.updateAccountPasswordPolicyAsync(UpdateAccountPasswordPolicyRequest updateAccountPasswordPolicyRequest)
Updates the password policy settings for the account.
|
Future<Void> |
AmazonIdentityManagementAsync.updateAccountPasswordPolicyAsync(UpdateAccountPasswordPolicyRequest updateAccountPasswordPolicyRequest,
AsyncHandler<UpdateAccountPasswordPolicyRequest,Void> asyncHandler)
Updates the password policy settings for the account.
|
Future<Void> |
AmazonIdentityManagementAsyncClient.updateAccountPasswordPolicyAsync(UpdateAccountPasswordPolicyRequest updateAccountPasswordPolicyRequest,
AsyncHandler<UpdateAccountPasswordPolicyRequest,Void> asyncHandler)
Updates the password policy settings for the account.
|
Modifier and Type | Method and Description |
---|---|
Future<Void> |
AmazonIdentityManagementAsync.updateAccountPasswordPolicyAsync(UpdateAccountPasswordPolicyRequest updateAccountPasswordPolicyRequest,
AsyncHandler<UpdateAccountPasswordPolicyRequest,Void> asyncHandler)
Updates the password policy settings for the account.
|
Future<Void> |
AmazonIdentityManagementAsyncClient.updateAccountPasswordPolicyAsync(UpdateAccountPasswordPolicyRequest updateAccountPasswordPolicyRequest,
AsyncHandler<UpdateAccountPasswordPolicyRequest,Void> asyncHandler)
Updates the password policy settings for the account.
|
Modifier and Type | Method and Description |
---|---|
UpdateAccountPasswordPolicyRequest |
UpdateAccountPasswordPolicyRequest.withAllowUsersToChangePassword(Boolean allowUsersToChangePassword)
Allows all IAM users in your account to use the AWS Management Console
to change their own passwords.
|
UpdateAccountPasswordPolicyRequest |
UpdateAccountPasswordPolicyRequest.withHardExpiry(Boolean hardExpiry)
Prevents IAM users from setting a new password after their password
has expired.
|
UpdateAccountPasswordPolicyRequest |
UpdateAccountPasswordPolicyRequest.withMaxPasswordAge(Integer maxPasswordAge)
The number of days that an IAM user password is valid.
|
UpdateAccountPasswordPolicyRequest |
UpdateAccountPasswordPolicyRequest.withMinimumPasswordLength(Integer minimumPasswordLength)
The minimum number of characters allowed in an IAM user password.
|
UpdateAccountPasswordPolicyRequest |
UpdateAccountPasswordPolicyRequest.withPasswordReusePrevention(Integer passwordReusePrevention)
Specifies the number of previous passwords that IAM users are
prevented from reusing.
|
UpdateAccountPasswordPolicyRequest |
UpdateAccountPasswordPolicyRequest.withRequireLowercaseCharacters(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(Boolean requireNumbers)
Specifies whether IAM user passwords must contain at least one numeric
character (0 to 9).
|
UpdateAccountPasswordPolicyRequest |
UpdateAccountPasswordPolicyRequest.withRequireSymbols(Boolean requireSymbols)
Specifies whether IAM user passwords must contain at least one of the
following non-alphanumeric characters: ! @ # $ % ^ & * ( ) _ + - = [ ]
{ } | '
|
UpdateAccountPasswordPolicyRequest |
UpdateAccountPasswordPolicyRequest.withRequireUppercaseCharacters(Boolean requireUppercaseCharacters)
Specifies whether IAM user passwords must contain at least one
uppercase character from the ISO basic Latin alphabet (A to Z).
|
Copyright © 2014. All rights reserved.