|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AddUserToGroupRequest | |
---|---|
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 AddUserToGroupRequest in com.amazonaws.services.identitymanagement |
---|
Methods in com.amazonaws.services.identitymanagement with parameters of type AddUserToGroupRequest | |
---|---|
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> |
AmazonIdentityManagementAsyncClient.addUserToGroupAsync(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,
AsyncHandler<AddUserToGroupRequest,Void> asyncHandler)
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. |
Method parameters in com.amazonaws.services.identitymanagement with type arguments of type AddUserToGroupRequest | |
---|---|
Future<Void> |
AmazonIdentityManagementAsyncClient.addUserToGroupAsync(AddUserToGroupRequest addUserToGroupRequest,
AsyncHandler<AddUserToGroupRequest,Void> asyncHandler)
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. |
Uses of AddUserToGroupRequest in com.amazonaws.services.identitymanagement.model |
---|
Methods in com.amazonaws.services.identitymanagement.model that return AddUserToGroupRequest | |
---|---|
AddUserToGroupRequest |
AddUserToGroupRequest.withGroupName(String groupName)
Name of the group to update. |
AddUserToGroupRequest |
AddUserToGroupRequest.withUserName(String userName)
Name of the user to add. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |