Package | Description |
---|---|
com.amazonaws.services.identitymanagement | |
com.amazonaws.services.identitymanagement.model |
Modifier and Type | Method and Description |
---|---|
UpdateGroupResult |
AmazonIdentityManagementClient.updateGroup(UpdateGroupRequest updateGroupRequest)
Updates the name and/or the path of the specified IAM group.
|
UpdateGroupResult |
AbstractAmazonIdentityManagement.updateGroup(UpdateGroupRequest request) |
UpdateGroupResult |
AmazonIdentityManagement.updateGroup(UpdateGroupRequest updateGroupRequest)
Updates the name and/or the path of the specified IAM group.
|
Future<UpdateGroupResult> |
AbstractAmazonIdentityManagementAsync.updateGroupAsync(UpdateGroupRequest request) |
Future<UpdateGroupResult> |
AmazonIdentityManagementAsync.updateGroupAsync(UpdateGroupRequest updateGroupRequest)
Updates the name and/or the path of the specified IAM group.
|
Future<UpdateGroupResult> |
AmazonIdentityManagementAsyncClient.updateGroupAsync(UpdateGroupRequest request) |
Future<UpdateGroupResult> |
AbstractAmazonIdentityManagementAsync.updateGroupAsync(UpdateGroupRequest request,
AsyncHandler<UpdateGroupRequest,UpdateGroupResult> asyncHandler) |
Future<UpdateGroupResult> |
AmazonIdentityManagementAsync.updateGroupAsync(UpdateGroupRequest updateGroupRequest,
AsyncHandler<UpdateGroupRequest,UpdateGroupResult> asyncHandler)
Updates the name and/or the path of the specified IAM group.
|
Future<UpdateGroupResult> |
AmazonIdentityManagementAsyncClient.updateGroupAsync(UpdateGroupRequest request,
AsyncHandler<UpdateGroupRequest,UpdateGroupResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
Future<UpdateGroupResult> |
AbstractAmazonIdentityManagementAsync.updateGroupAsync(UpdateGroupRequest request,
AsyncHandler<UpdateGroupRequest,UpdateGroupResult> asyncHandler) |
Future<UpdateGroupResult> |
AmazonIdentityManagementAsync.updateGroupAsync(UpdateGroupRequest updateGroupRequest,
AsyncHandler<UpdateGroupRequest,UpdateGroupResult> asyncHandler)
Updates the name and/or the path of the specified IAM group.
|
Future<UpdateGroupResult> |
AmazonIdentityManagementAsyncClient.updateGroupAsync(UpdateGroupRequest request,
AsyncHandler<UpdateGroupRequest,UpdateGroupResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
UpdateGroupRequest |
UpdateGroupRequest.clone() |
UpdateGroupRequest |
UpdateGroupRequest.withGroupName(String groupName)
Name of the IAM group to update.
|
UpdateGroupRequest |
UpdateGroupRequest.withNewGroupName(String newGroupName)
New name for the IAM group.
|
UpdateGroupRequest |
UpdateGroupRequest.withNewPath(String newPath)
New path for the IAM group.
|
Copyright © 2018. All rights reserved.