Uses of Class
com.amazonaws.services.identitymanagement.model.UpdateGroupRequest
-
Packages that use UpdateGroupRequest Package Description com.amazonaws.services.identitymanagement com.amazonaws.services.identitymanagement.model -
-
Uses of UpdateGroupRequest in com.amazonaws.services.identitymanagement
Methods in com.amazonaws.services.identitymanagement with parameters of type UpdateGroupRequest Modifier and Type Method Description UpdateGroupResult
AbstractAmazonIdentityManagement. updateGroup(UpdateGroupRequest request)
UpdateGroupResult
AmazonIdentityManagement. updateGroup(UpdateGroupRequest updateGroupRequest)
Updates the name and/or the path of the specified IAM group.UpdateGroupResult
AmazonIdentityManagementClient. updateGroup(UpdateGroupRequest updateGroupRequest)
Updates the name and/or the path of the specified IAM group.Future<UpdateGroupResult>
AbstractAmazonIdentityManagementAsync. updateGroupAsync(UpdateGroupRequest request)
Future<UpdateGroupResult>
AbstractAmazonIdentityManagementAsync. updateGroupAsync(UpdateGroupRequest request, AsyncHandler<UpdateGroupRequest,UpdateGroupResult> asyncHandler)
Future<UpdateGroupResult>
AmazonIdentityManagementAsync. updateGroupAsync(UpdateGroupRequest updateGroupRequest)
Updates the name and/or the path of the specified IAM group.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)
Future<UpdateGroupResult>
AmazonIdentityManagementAsyncClient. updateGroupAsync(UpdateGroupRequest request, AsyncHandler<UpdateGroupRequest,UpdateGroupResult> asyncHandler)
Method parameters in com.amazonaws.services.identitymanagement with type arguments of type UpdateGroupRequest Modifier and Type Method 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)
-
Uses of UpdateGroupRequest in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return UpdateGroupRequest Modifier and Type Method 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.
-