| Package | Description |
|---|---|
| com.amazonaws.services.qbusiness.model |
| Modifier and Type | Method and Description |
|---|---|
MemberUser |
MemberUser.clone() |
MemberUser |
MemberUser.withType(MembershipType type)
The type of the user.
|
MemberUser |
MemberUser.withType(String type)
The type of the user.
|
MemberUser |
MemberUser.withUserId(String userId)
The identifier of the user you want to map to a group.
|
| Modifier and Type | Method and Description |
|---|---|
List<MemberUser> |
GroupMembers.getMemberUsers()
A list of users that belong to a group.
|
| Modifier and Type | Method and Description |
|---|---|
GroupMembers |
GroupMembers.withMemberUsers(MemberUser... memberUsers)
A list of users that belong to a group.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GroupMembers.setMemberUsers(Collection<MemberUser> memberUsers)
A list of users that belong to a group.
|
GroupMembers |
GroupMembers.withMemberUsers(Collection<MemberUser> memberUsers)
A list of users that belong to a group.
|
Copyright © 2025. All rights reserved.