Uses of Class
com.amazonaws.services.identitymanagement.model.UpdateUserRequest
Packages that use UpdateUserRequest
Package
Description
-
Uses of UpdateUserRequest in com.amazonaws.services.identitymanagement
Methods in com.amazonaws.services.identitymanagement with parameters of type UpdateUserRequestModifier and TypeMethodDescriptionAbstractAmazonIdentityManagement.updateUser(UpdateUserRequest request) AmazonIdentityManagement.updateUser(UpdateUserRequest updateUserRequest) Updates the name and/or the path of the specified IAM user.AmazonIdentityManagementClient.updateUser(UpdateUserRequest updateUserRequest) Updates the name and/or the path of the specified IAM user.AbstractAmazonIdentityManagementAsync.updateUserAsync(UpdateUserRequest request) AbstractAmazonIdentityManagementAsync.updateUserAsync(UpdateUserRequest request, AsyncHandler<UpdateUserRequest, UpdateUserResult> asyncHandler) AmazonIdentityManagementAsync.updateUserAsync(UpdateUserRequest updateUserRequest) Updates the name and/or the path of the specified IAM user.AmazonIdentityManagementAsync.updateUserAsync(UpdateUserRequest updateUserRequest, AsyncHandler<UpdateUserRequest, UpdateUserResult> asyncHandler) Updates the name and/or the path of the specified IAM user.AmazonIdentityManagementAsyncClient.updateUserAsync(UpdateUserRequest request) AmazonIdentityManagementAsyncClient.updateUserAsync(UpdateUserRequest request, AsyncHandler<UpdateUserRequest, UpdateUserResult> asyncHandler) Method parameters in com.amazonaws.services.identitymanagement with type arguments of type UpdateUserRequestModifier and TypeMethodDescriptionAbstractAmazonIdentityManagementAsync.updateUserAsync(UpdateUserRequest request, AsyncHandler<UpdateUserRequest, UpdateUserResult> asyncHandler) AmazonIdentityManagementAsync.updateUserAsync(UpdateUserRequest updateUserRequest, AsyncHandler<UpdateUserRequest, UpdateUserResult> asyncHandler) Updates the name and/or the path of the specified IAM user.AmazonIdentityManagementAsyncClient.updateUserAsync(UpdateUserRequest request, AsyncHandler<UpdateUserRequest, UpdateUserResult> asyncHandler) -
Uses of UpdateUserRequest in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return UpdateUserRequestModifier and TypeMethodDescriptionUpdateUserRequest.clone()UpdateUserRequest.withNewPath(String newPath) New path for the IAM user.UpdateUserRequest.withNewUserName(String newUserName) New name for the user.UpdateUserRequest.withUserName(String userName) Name of the user to update.