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.addUserToGroup(AddUserToGroupRequest addUserToGroupRequest)
Adds the specified user to the specified group.
|
void |
AmazonIdentityManagement.addUserToGroup(AddUserToGroupRequest addUserToGroupRequest)
Adds the specified user to the specified group.
|
Future<Void> |
AmazonIdentityManagementAsync.addUserToGroupAsync(AddUserToGroupRequest addUserToGroupRequest)
Adds the specified user to the specified group.
|
Future<Void> |
AmazonIdentityManagementAsyncClient.addUserToGroupAsync(AddUserToGroupRequest addUserToGroupRequest)
Adds the specified user to the specified group.
|
Future<Void> |
AmazonIdentityManagementAsync.addUserToGroupAsync(AddUserToGroupRequest addUserToGroupRequest,
AsyncHandler<AddUserToGroupRequest,Void> asyncHandler)
Adds the specified user to the specified group.
|
Future<Void> |
AmazonIdentityManagementAsyncClient.addUserToGroupAsync(AddUserToGroupRequest addUserToGroupRequest,
AsyncHandler<AddUserToGroupRequest,Void> asyncHandler)
Adds the specified user to the specified group.
|
Modifier and Type | Method and Description |
---|---|
Future<Void> |
AmazonIdentityManagementAsync.addUserToGroupAsync(AddUserToGroupRequest addUserToGroupRequest,
AsyncHandler<AddUserToGroupRequest,Void> asyncHandler)
Adds the specified user to the specified group.
|
Future<Void> |
AmazonIdentityManagementAsyncClient.addUserToGroupAsync(AddUserToGroupRequest addUserToGroupRequest,
AsyncHandler<AddUserToGroupRequest,Void> asyncHandler)
Adds the specified user to the specified group.
|
Modifier and Type | Method and Description |
---|---|
AddUserToGroupRequest |
AddUserToGroupRequest.withGroupName(String groupName)
Name of the group to update.
|
AddUserToGroupRequest |
AddUserToGroupRequest.withUserName(String userName)
Name of the user to add.
|
Copyright © 2014. All rights reserved.