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)
Sets the value of the AllowUsersToChangePassword property for this
object.
|
UpdateAccountPasswordPolicyRequest |
UpdateAccountPasswordPolicyRequest.withMinimumPasswordLength(Integer minimumPasswordLength)
Sets the value of the MinimumPasswordLength property for this object.
|
UpdateAccountPasswordPolicyRequest |
UpdateAccountPasswordPolicyRequest.withRequireLowercaseCharacters(Boolean requireLowercaseCharacters)
Sets the value of the RequireLowercaseCharacters property for this
object.
|
UpdateAccountPasswordPolicyRequest |
UpdateAccountPasswordPolicyRequest.withRequireNumbers(Boolean requireNumbers)
Sets the value of the RequireNumbers property for this object.
|
UpdateAccountPasswordPolicyRequest |
UpdateAccountPasswordPolicyRequest.withRequireSymbols(Boolean requireSymbols)
Sets the value of the RequireSymbols property for this object.
|
UpdateAccountPasswordPolicyRequest |
UpdateAccountPasswordPolicyRequest.withRequireUppercaseCharacters(Boolean requireUppercaseCharacters)
Sets the value of the RequireUppercaseCharacters property for this
object.
|
Copyright © 2014. All rights reserved.