| Package | Description |
|---|---|
| software.amazon.awssdk.services.workdocs.model |
| Modifier and Type | Method and Description |
|---|---|
List<GroupMetadata> |
DescribeGroupsResponse.groups()
The list of groups.
|
List<GroupMetadata> |
Participants.groups()
The list of user groups.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeGroupsResponse.Builder |
DescribeGroupsResponse.Builder.groups(GroupMetadata... groups)
The list of groups.
|
Participants.Builder |
Participants.Builder.groups(GroupMetadata... groups)
The list of user groups.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeGroupsResponse.Builder |
DescribeGroupsResponse.Builder.groups(Collection<GroupMetadata> groups)
The list of groups.
|
Participants.Builder |
Participants.Builder.groups(Collection<GroupMetadata> groups)
The list of user groups.
|
Copyright © 2022. All rights reserved.