Uses of Class
software.amazon.awssdk.services.directoryservicedata.model.GroupSummary
-
Packages that use GroupSummary Package Description software.amazon.awssdk.services.directoryservicedata.model software.amazon.awssdk.services.directoryservicedata.paginators -
-
Uses of GroupSummary in software.amazon.awssdk.services.directoryservicedata.model
Methods in software.amazon.awssdk.services.directoryservicedata.model that return types with arguments of type GroupSummary Modifier and Type Method Description List<GroupSummary>ListGroupsForMemberResponse. groups()The group information that the request returns.List<GroupSummary>ListGroupsResponse. groups()The group information that the request returns.Methods in software.amazon.awssdk.services.directoryservicedata.model with parameters of type GroupSummary Modifier and Type Method Description ListGroupsForMemberResponse.BuilderListGroupsForMemberResponse.Builder. groups(GroupSummary... groups)The group information that the request returns.ListGroupsResponse.BuilderListGroupsResponse.Builder. groups(GroupSummary... groups)The group information that the request returns.Method parameters in software.amazon.awssdk.services.directoryservicedata.model with type arguments of type GroupSummary Modifier and Type Method Description ListGroupsForMemberResponse.BuilderListGroupsForMemberResponse.Builder. groups(Collection<GroupSummary> groups)The group information that the request returns.ListGroupsResponse.BuilderListGroupsResponse.Builder. groups(Collection<GroupSummary> groups)The group information that the request returns. -
Uses of GroupSummary in software.amazon.awssdk.services.directoryservicedata.paginators
Methods in software.amazon.awssdk.services.directoryservicedata.paginators that return types with arguments of type GroupSummary Modifier and Type Method Description SdkIterable<GroupSummary>ListGroupsForMemberIterable. groups()Returns an iterable to iterate through the paginatedListGroupsForMemberResponse.groups()member.SdkPublisher<GroupSummary>ListGroupsForMemberPublisher. groups()Returns a publisher that can be used to get a stream of data.SdkIterable<GroupSummary>ListGroupsIterable. groups()Returns an iterable to iterate through the paginatedListGroupsResponse.groups()member.SdkPublisher<GroupSummary>ListGroupsPublisher. groups()Returns a publisher that can be used to get a stream of data.
-