| Package | Description |
|---|---|
| com.amazonaws.services.qbusiness.model |
| Modifier and Type | Method and Description |
|---|---|
MemberGroup |
MemberGroup.clone() |
MemberGroup |
MemberGroup.withGroupName(String groupName)
The name of the sub group.
|
MemberGroup |
MemberGroup.withType(MembershipType type)
The type of the sub group.
|
MemberGroup |
MemberGroup.withType(String type)
The type of the sub group.
|
| Modifier and Type | Method and Description |
|---|---|
List<MemberGroup> |
GroupMembers.getMemberGroups()
A list of sub groups that belong to a group.
|
| Modifier and Type | Method and Description |
|---|---|
GroupMembers |
GroupMembers.withMemberGroups(MemberGroup... memberGroups)
A list of sub groups that belong to a group.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GroupMembers.setMemberGroups(Collection<MemberGroup> memberGroups)
A list of sub groups that belong to a group.
|
GroupMembers |
GroupMembers.withMemberGroups(Collection<MemberGroup> memberGroups)
A list of sub groups that belong to a group.
|
Copyright © 2024. All rights reserved.