| 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.clone() |
AddUserToGroupRequest |
AddUserToGroupRequest.withGroupName(String groupName)
The name of the group to update.
|
AddUserToGroupRequest |
AddUserToGroupRequest.withUserName(String userName)
The name of the user to add.
|
Copyright © 2015. All rights reserved.