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.updateUser(UpdateUserRequest updateUserRequest)
Updates the name and/or the path of the specified user.
|
void |
AmazonIdentityManagement.updateUser(UpdateUserRequest updateUserRequest)
Updates the name and/or the path of the specified user.
|
Future<Void> |
AmazonIdentityManagementAsync.updateUserAsync(UpdateUserRequest updateUserRequest)
Updates the name and/or the path of the specified user.
|
Future<Void> |
AmazonIdentityManagementAsyncClient.updateUserAsync(UpdateUserRequest updateUserRequest)
Updates the name and/or the path of the specified user.
|
Future<Void> |
AmazonIdentityManagementAsync.updateUserAsync(UpdateUserRequest updateUserRequest,
AsyncHandler<UpdateUserRequest,Void> asyncHandler)
Updates the name and/or the path of the specified user.
|
Future<Void> |
AmazonIdentityManagementAsyncClient.updateUserAsync(UpdateUserRequest updateUserRequest,
AsyncHandler<UpdateUserRequest,Void> asyncHandler)
Updates the name and/or the path of the specified user.
|
Modifier and Type | Method and Description |
---|---|
Future<Void> |
AmazonIdentityManagementAsync.updateUserAsync(UpdateUserRequest updateUserRequest,
AsyncHandler<UpdateUserRequest,Void> asyncHandler)
Updates the name and/or the path of the specified user.
|
Future<Void> |
AmazonIdentityManagementAsyncClient.updateUserAsync(UpdateUserRequest updateUserRequest,
AsyncHandler<UpdateUserRequest,Void> asyncHandler)
Updates the name and/or the path of the specified user.
|
Modifier and Type | Method and Description |
---|---|
UpdateUserRequest |
UpdateUserRequest.withNewPath(String newPath)
New path for the user.
|
UpdateUserRequest |
UpdateUserRequest.withNewUserName(String newUserName)
New name for the user.
|
UpdateUserRequest |
UpdateUserRequest.withUserName(String userName)
Name of the user to update.
|
Copyright © 2014. All rights reserved.