| Package | Description |
|---|---|
| com.amazonaws.services.identitymanagement | |
| com.amazonaws.services.identitymanagement.model |
| Modifier and Type | Method and Description |
|---|---|
void |
AmazonIdentityManagement.updateGroup(UpdateGroupRequest updateGroupRequest)
Updates the name and/or the path of the specified group.
|
void |
AbstractAmazonIdentityManagement.updateGroup(UpdateGroupRequest request) |
void |
AmazonIdentityManagementClient.updateGroup(UpdateGroupRequest updateGroupRequest)
Updates the name and/or the path of the specified group.
|
Future<Void> |
AmazonIdentityManagementAsyncClient.updateGroupAsync(UpdateGroupRequest request) |
Future<Void> |
AmazonIdentityManagementAsync.updateGroupAsync(UpdateGroupRequest updateGroupRequest)
Updates the name and/or the path of the specified group.
|
Future<Void> |
AbstractAmazonIdentityManagementAsync.updateGroupAsync(UpdateGroupRequest request) |
Future<Void> |
AmazonIdentityManagementAsyncClient.updateGroupAsync(UpdateGroupRequest request,
AsyncHandler<UpdateGroupRequest,Void> asyncHandler) |
Future<Void> |
AmazonIdentityManagementAsync.updateGroupAsync(UpdateGroupRequest updateGroupRequest,
AsyncHandler<UpdateGroupRequest,Void> asyncHandler)
Updates the name and/or the path of the specified group.
|
Future<Void> |
AbstractAmazonIdentityManagementAsync.updateGroupAsync(UpdateGroupRequest request,
AsyncHandler<UpdateGroupRequest,Void> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<Void> |
AmazonIdentityManagementAsyncClient.updateGroupAsync(UpdateGroupRequest request,
AsyncHandler<UpdateGroupRequest,Void> asyncHandler) |
Future<Void> |
AmazonIdentityManagementAsync.updateGroupAsync(UpdateGroupRequest updateGroupRequest,
AsyncHandler<UpdateGroupRequest,Void> asyncHandler)
Updates the name and/or the path of the specified group.
|
Future<Void> |
AbstractAmazonIdentityManagementAsync.updateGroupAsync(UpdateGroupRequest request,
AsyncHandler<UpdateGroupRequest,Void> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateGroupRequest |
UpdateGroupRequest.clone() |
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 © 2016. All rights reserved.