| Package | Description |
|---|---|
| com.amazonaws.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
MemberGroup |
MemberGroup.clone() |
MemberGroup |
MemberGroup.withDataSourceId(String dataSourceId)
The identifier of the data source for the sub group you want to map to a group.
|
MemberGroup |
MemberGroup.withGroupId(String groupId)
The identifier of the sub group you want to map to a 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 © 2021. All rights reserved.