Uses of Class
software.amazon.awssdk.services.identitystore.paginators.ListGroupMembershipsPublisher
-
Packages that use ListGroupMembershipsPublisher Package Description software.amazon.awssdk.services.identitystore The Identity Store service used by IAM Identity Center provides a single place to retrieve all of your identities (users and groups). -
-
Uses of ListGroupMembershipsPublisher in software.amazon.awssdk.services.identitystore
Methods in software.amazon.awssdk.services.identitystore that return ListGroupMembershipsPublisher Modifier and Type Method Description default ListGroupMembershipsPublisherIdentitystoreAsyncClient. listGroupMembershipsPaginator(Consumer<ListGroupMembershipsRequest.Builder> listGroupMembershipsRequest)For the specified group in the specified identity store, returns the list of allGroupMembershipobjects and returns results in paginated form.default ListGroupMembershipsPublisherIdentitystoreAsyncClient. listGroupMembershipsPaginator(ListGroupMembershipsRequest listGroupMembershipsRequest)For the specified group in the specified identity store, returns the list of allGroupMembershipobjects and returns results in paginated form.
-