Uses of Class
com.amazonaws.services.identitymanagement.model.UpdateGroupRequest
Packages that use UpdateGroupRequest
Package
Description
-
Uses of UpdateGroupRequest in com.amazonaws.services.identitymanagement
Methods in com.amazonaws.services.identitymanagement with parameters of type UpdateGroupRequestModifier and TypeMethodDescriptionAbstractAmazonIdentityManagement.updateGroup(UpdateGroupRequest request) AmazonIdentityManagement.updateGroup(UpdateGroupRequest updateGroupRequest) Updates the name and/or the path of the specified IAM group.AmazonIdentityManagementClient.updateGroup(UpdateGroupRequest updateGroupRequest) Updates the name and/or the path of the specified IAM group.AbstractAmazonIdentityManagementAsync.updateGroupAsync(UpdateGroupRequest request) AbstractAmazonIdentityManagementAsync.updateGroupAsync(UpdateGroupRequest request, AsyncHandler<UpdateGroupRequest, UpdateGroupResult> asyncHandler) AmazonIdentityManagementAsync.updateGroupAsync(UpdateGroupRequest updateGroupRequest) Updates the name and/or the path of the specified IAM group.AmazonIdentityManagementAsync.updateGroupAsync(UpdateGroupRequest updateGroupRequest, AsyncHandler<UpdateGroupRequest, UpdateGroupResult> asyncHandler) Updates the name and/or the path of the specified IAM group.AmazonIdentityManagementAsyncClient.updateGroupAsync(UpdateGroupRequest request) AmazonIdentityManagementAsyncClient.updateGroupAsync(UpdateGroupRequest request, AsyncHandler<UpdateGroupRequest, UpdateGroupResult> asyncHandler) Method parameters in com.amazonaws.services.identitymanagement with type arguments of type UpdateGroupRequestModifier and TypeMethodDescriptionAbstractAmazonIdentityManagementAsync.updateGroupAsync(UpdateGroupRequest request, AsyncHandler<UpdateGroupRequest, UpdateGroupResult> asyncHandler) AmazonIdentityManagementAsync.updateGroupAsync(UpdateGroupRequest updateGroupRequest, AsyncHandler<UpdateGroupRequest, UpdateGroupResult> asyncHandler) Updates the name and/or the path of the specified IAM group.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 UpdateGroupRequestModifier and TypeMethodDescriptionUpdateGroupRequest.clone()UpdateGroupRequest.withGroupName(String groupName) Name of the IAM group to update.UpdateGroupRequest.withNewGroupName(String newGroupName) New name for the IAM group.UpdateGroupRequest.withNewPath(String newPath) New path for the IAM group.