| Package | Description |
|---|---|
| software.amazon.awssdk.services.workdocs.model | |
| software.amazon.awssdk.services.workdocs.paginators |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<GroupMetadata> |
DescribeGroupsPublisher.groups()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<GroupMetadata> |
DescribeGroupsIterable.groups()
Returns an iterable to iterate through the paginated
DescribeGroupsResponse.groups() member. |
Copyright © 2023. All rights reserved.