Uses of Class
com.amazonaws.services.identitymanagement.model.UpdateGroupResult
-
Packages that use UpdateGroupResult Package Description com.amazonaws.services.identitymanagement com.amazonaws.services.identitymanagement.model -
-
Uses of UpdateGroupResult in com.amazonaws.services.identitymanagement
Methods in com.amazonaws.services.identitymanagement that return UpdateGroupResult 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.Methods in com.amazonaws.services.identitymanagement that return types with arguments of type UpdateGroupResult Modifier and Type Method Description 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 UpdateGroupResult 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 UpdateGroupResult in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return UpdateGroupResult Modifier and Type Method Description UpdateGroupResultUpdateGroupResult. clone()
-