Uses of Class
com.amazonaws.services.identitymanagement.model.AddUserToGroupRequest
Packages that use AddUserToGroupRequest
Package
Description
-
Uses of AddUserToGroupRequest in com.amazonaws.services.identitymanagement
Methods in com.amazonaws.services.identitymanagement with parameters of type AddUserToGroupRequestModifier and TypeMethodDescriptionAbstractAmazonIdentityManagement.addUserToGroup(AddUserToGroupRequest request) AmazonIdentityManagement.addUserToGroup(AddUserToGroupRequest addUserToGroupRequest) Adds the specified user to the specified group.AmazonIdentityManagementClient.addUserToGroup(AddUserToGroupRequest addUserToGroupRequest) Adds the specified user to the specified group.AbstractAmazonIdentityManagementAsync.addUserToGroupAsync(AddUserToGroupRequest request) AbstractAmazonIdentityManagementAsync.addUserToGroupAsync(AddUserToGroupRequest request, AsyncHandler<AddUserToGroupRequest, AddUserToGroupResult> asyncHandler) AmazonIdentityManagementAsync.addUserToGroupAsync(AddUserToGroupRequest addUserToGroupRequest) Adds the specified user to the specified group.AmazonIdentityManagementAsync.addUserToGroupAsync(AddUserToGroupRequest addUserToGroupRequest, AsyncHandler<AddUserToGroupRequest, AddUserToGroupResult> asyncHandler) Adds the specified user to the specified group.AmazonIdentityManagementAsyncClient.addUserToGroupAsync(AddUserToGroupRequest request) AmazonIdentityManagementAsyncClient.addUserToGroupAsync(AddUserToGroupRequest request, AsyncHandler<AddUserToGroupRequest, AddUserToGroupResult> asyncHandler) Method parameters in com.amazonaws.services.identitymanagement with type arguments of type AddUserToGroupRequestModifier and TypeMethodDescriptionAbstractAmazonIdentityManagementAsync.addUserToGroupAsync(AddUserToGroupRequest request, AsyncHandler<AddUserToGroupRequest, AddUserToGroupResult> asyncHandler) AmazonIdentityManagementAsync.addUserToGroupAsync(AddUserToGroupRequest addUserToGroupRequest, AsyncHandler<AddUserToGroupRequest, AddUserToGroupResult> asyncHandler) Adds the specified user to the specified group.AmazonIdentityManagementAsyncClient.addUserToGroupAsync(AddUserToGroupRequest request, AsyncHandler<AddUserToGroupRequest, AddUserToGroupResult> asyncHandler) -
Uses of AddUserToGroupRequest in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return AddUserToGroupRequestModifier and TypeMethodDescriptionAddUserToGroupRequest.clone()AddUserToGroupRequest.withGroupName(String groupName) The name of the group to update.AddUserToGroupRequest.withUserName(String userName) The name of the user to add.