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 UpdateGroupResultAbstractAmazonIdentityManagement. updateGroup(UpdateGroupRequest request)UpdateGroupResultAmazonIdentityManagement. updateGroup(UpdateGroupRequest updateGroupRequest)Updates the name and/or the path of the specified IAM group.UpdateGroupResultAmazonIdentityManagementClient. 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 UpdateGroupRequestUpdateGroupRequest. clone()UpdateGroupRequestUpdateGroupRequest. withGroupName(String groupName)Name of the IAM group to update.UpdateGroupRequestUpdateGroupRequest. withNewGroupName(String newGroupName)New name for the IAM group.UpdateGroupRequestUpdateGroupRequest. withNewPath(String newPath)New path for the IAM group.
-