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

Packages that use UpdateLoginProfileRequest
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 UpdateLoginProfileRequest in com.amazonaws.services.identitymanagement
 

Methods in com.amazonaws.services.identitymanagement with parameters of type UpdateLoginProfileRequest
 void AmazonIdentityManagementClient.updateLoginProfile(UpdateLoginProfileRequest updateLoginProfileRequest)
           Changes the password for the specified user.
 void AmazonIdentityManagement.updateLoginProfile(UpdateLoginProfileRequest updateLoginProfileRequest)
           Changes the password for the specified user.
 Future<Void> AmazonIdentityManagementAsyncClient.updateLoginProfileAsync(UpdateLoginProfileRequest updateLoginProfileRequest)
           Changes the password for the specified user.
 Future<Void> AmazonIdentityManagementAsync.updateLoginProfileAsync(UpdateLoginProfileRequest updateLoginProfileRequest)
           Changes the password for the specified user.
 Future<Void> AmazonIdentityManagementAsyncClient.updateLoginProfileAsync(UpdateLoginProfileRequest updateLoginProfileRequest, AsyncHandler<UpdateLoginProfileRequest,Void> asyncHandler)
           Changes the password for the specified user.
 Future<Void> AmazonIdentityManagementAsync.updateLoginProfileAsync(UpdateLoginProfileRequest updateLoginProfileRequest, AsyncHandler<UpdateLoginProfileRequest,Void> asyncHandler)
           Changes the password for the specified user.
 

Method parameters in com.amazonaws.services.identitymanagement with type arguments of type UpdateLoginProfileRequest
 Future<Void> AmazonIdentityManagementAsyncClient.updateLoginProfileAsync(UpdateLoginProfileRequest updateLoginProfileRequest, AsyncHandler<UpdateLoginProfileRequest,Void> asyncHandler)
           Changes the password for the specified user.
 Future<Void> AmazonIdentityManagementAsync.updateLoginProfileAsync(UpdateLoginProfileRequest updateLoginProfileRequest, AsyncHandler<UpdateLoginProfileRequest,Void> asyncHandler)
           Changes the password for the specified user.
 

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

Methods in com.amazonaws.services.identitymanagement.model that return UpdateLoginProfileRequest
 UpdateLoginProfileRequest UpdateLoginProfileRequest.withPassword(String password)
          The new password for the user name.
 UpdateLoginProfileRequest UpdateLoginProfileRequest.withUserName(String userName)
          Name of the user whose password you want to update.
 



Copyright © 2016. All rights reserved.