Uses of Class
software.amazon.awssdk.services.iam.model.AddUserToGroupResponse
-
Packages that use AddUserToGroupResponse Package Description software.amazon.awssdk.services.iam Identity and Access Management -
-
Uses of AddUserToGroupResponse in software.amazon.awssdk.services.iam
Methods in software.amazon.awssdk.services.iam that return AddUserToGroupResponse Modifier and Type Method Description default AddUserToGroupResponseIamClient. addUserToGroup(Consumer<AddUserToGroupRequest.Builder> addUserToGroupRequest)Adds the specified user to the specified group.default AddUserToGroupResponseIamClient. addUserToGroup(AddUserToGroupRequest addUserToGroupRequest)Adds the specified user to the specified group.Methods in software.amazon.awssdk.services.iam that return types with arguments of type AddUserToGroupResponse Modifier and Type Method Description default CompletableFuture<AddUserToGroupResponse>IamAsyncClient. addUserToGroup(Consumer<AddUserToGroupRequest.Builder> addUserToGroupRequest)Adds the specified user to the specified group.default CompletableFuture<AddUserToGroupResponse>IamAsyncClient. addUserToGroup(AddUserToGroupRequest addUserToGroupRequest)Adds the specified user to the specified group.
-