Uses of Class
com.amazonaws.services.identitymanagement.model.UpdateGroupResult
Packages that use UpdateGroupResult
Package
Description
-
Uses of UpdateGroupResult in com.amazonaws.services.identitymanagement
Methods in com.amazonaws.services.identitymanagement that return UpdateGroupResultModifier 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.Methods in com.amazonaws.services.identitymanagement that return types with arguments of type UpdateGroupResultModifier and TypeMethodDescriptionAbstractAmazonIdentityManagementAsync.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 UpdateGroupResultModifier 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 UpdateGroupResult in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return UpdateGroupResult