Uses of Class
com.amazonaws.services.identitymanagement.model.UpdateAccountPasswordPolicyRequest

Packages that use UpdateAccountPasswordPolicyRequest
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. 
 

Uses of UpdateAccountPasswordPolicyRequest in com.amazonaws.services.identitymanagement
 

Methods in com.amazonaws.services.identitymanagement with parameters of type UpdateAccountPasswordPolicyRequest
 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> AmazonIdentityManagementAsyncClient.updateAccountPasswordPolicyAsync(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, AsyncHandler<UpdateAccountPasswordPolicyRequest,Void> asyncHandler)
           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.
 

Method parameters in com.amazonaws.services.identitymanagement with type arguments of type UpdateAccountPasswordPolicyRequest
 Future<Void> AmazonIdentityManagementAsyncClient.updateAccountPasswordPolicyAsync(UpdateAccountPasswordPolicyRequest updateAccountPasswordPolicyRequest, AsyncHandler<UpdateAccountPasswordPolicyRequest,Void> asyncHandler)
           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.
 

Uses of UpdateAccountPasswordPolicyRequest in com.amazonaws.services.identitymanagement.model
 

Methods in com.amazonaws.services.identitymanagement.model that return UpdateAccountPasswordPolicyRequest
 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 © 2016. All rights reserved.