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.updateGroup(UpdateGroupRequest updateGroupRequest)
Updates the name and/or the path of the specified group.
|
void |
AmazonIdentityManagement.updateGroup(UpdateGroupRequest updateGroupRequest)
Updates the name and/or the path of the specified group.
|
Future<Void> |
AmazonIdentityManagementAsync.updateGroupAsync(UpdateGroupRequest updateGroupRequest)
Updates the name and/or the path of the specified group.
|
Future<Void> |
AmazonIdentityManagementAsyncClient.updateGroupAsync(UpdateGroupRequest updateGroupRequest)
Updates the name and/or the path of the specified group.
|
Future<Void> |
AmazonIdentityManagementAsync.updateGroupAsync(UpdateGroupRequest updateGroupRequest,
AsyncHandler<UpdateGroupRequest,Void> asyncHandler)
Updates the name and/or the path of the specified group.
|
Future<Void> |
AmazonIdentityManagementAsyncClient.updateGroupAsync(UpdateGroupRequest updateGroupRequest,
AsyncHandler<UpdateGroupRequest,Void> asyncHandler)
Updates the name and/or the path of the specified group.
|
Modifier and Type | Method and Description |
---|---|
Future<Void> |
AmazonIdentityManagementAsync.updateGroupAsync(UpdateGroupRequest updateGroupRequest,
AsyncHandler<UpdateGroupRequest,Void> asyncHandler)
Updates the name and/or the path of the specified group.
|
Future<Void> |
AmazonIdentityManagementAsyncClient.updateGroupAsync(UpdateGroupRequest updateGroupRequest,
AsyncHandler<UpdateGroupRequest,Void> asyncHandler)
Updates the name and/or the path of the specified group.
|
Modifier and Type | Method and Description |
---|---|
UpdateGroupRequest |
UpdateGroupRequest.withGroupName(String groupName)
Name of the group to update.
|
UpdateGroupRequest |
UpdateGroupRequest.withNewGroupName(String newGroupName)
New name for the group.
|
UpdateGroupRequest |
UpdateGroupRequest.withNewPath(String newPath)
New path for the group.
|
Copyright © 2014. All rights reserved.