Uses of Class
software.amazon.awssdk.services.workdocs.model.GroupMetadata
-
Packages that use GroupMetadata Package Description software.amazon.awssdk.services.workdocs.model software.amazon.awssdk.services.workdocs.paginators -
-
Uses of GroupMetadata in software.amazon.awssdk.services.workdocs.model
Methods in software.amazon.awssdk.services.workdocs.model that return types with arguments of type GroupMetadata Modifier and Type Method Description List<GroupMetadata>DescribeGroupsResponse. groups()The list of groups.List<GroupMetadata>Participants. groups()The list of user groups.Methods in software.amazon.awssdk.services.workdocs.model with parameters of type GroupMetadata Modifier and Type Method Description DescribeGroupsResponse.BuilderDescribeGroupsResponse.Builder. groups(GroupMetadata... groups)The list of groups.Participants.BuilderParticipants.Builder. groups(GroupMetadata... groups)The list of user groups.Method parameters in software.amazon.awssdk.services.workdocs.model with type arguments of type GroupMetadata Modifier and Type Method Description DescribeGroupsResponse.BuilderDescribeGroupsResponse.Builder. groups(Collection<GroupMetadata> groups)The list of groups.Participants.BuilderParticipants.Builder. groups(Collection<GroupMetadata> groups)The list of user groups. -
Uses of GroupMetadata in software.amazon.awssdk.services.workdocs.paginators
Methods in software.amazon.awssdk.services.workdocs.paginators that return types with arguments of type GroupMetadata Modifier and Type Method Description SdkIterable<GroupMetadata>DescribeGroupsIterable. groups()Returns an iterable to iterate through the paginatedDescribeGroupsResponse.groups()member.SdkPublisher<GroupMetadata>DescribeGroupsPublisher. groups()Returns a publisher that can be used to get a stream of data.
-