| Package | Description |
|---|---|
| com.amazonaws.services.workdocs.model |
| Modifier and Type | Method and Description |
|---|---|
GroupMetadata |
GroupMetadata.clone() |
GroupMetadata |
GroupMetadata.withId(String id)
The ID of the user group.
|
GroupMetadata |
GroupMetadata.withName(String name)
The name of the group.
|
| Modifier and Type | Method and Description |
|---|---|
List<GroupMetadata> |
DescribeGroupsResult.getGroups()
The list of groups.
|
List<GroupMetadata> |
Participants.getGroups()
The list of user groups.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeGroupsResult |
DescribeGroupsResult.withGroups(GroupMetadata... groups)
The list of groups.
|
Participants |
Participants.withGroups(GroupMetadata... groups)
The list of user groups.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeGroupsResult.setGroups(Collection<GroupMetadata> groups)
The list of groups.
|
void |
Participants.setGroups(Collection<GroupMetadata> groups)
The list of user groups.
|
DescribeGroupsResult |
DescribeGroupsResult.withGroups(Collection<GroupMetadata> groups)
The list of groups.
|
Participants |
Participants.withGroups(Collection<GroupMetadata> groups)
The list of user groups.
|
Copyright © 2023. All rights reserved.