Uses of Class
software.amazon.awssdk.services.identitystore.paginators.ListGroupMembershipsForMemberPublisher
-
Packages that use ListGroupMembershipsForMemberPublisher 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 ListGroupMembershipsForMemberPublisher in software.amazon.awssdk.services.identitystore
Methods in software.amazon.awssdk.services.identitystore that return ListGroupMembershipsForMemberPublisher Modifier and Type Method Description default ListGroupMembershipsForMemberPublisherIdentitystoreAsyncClient. listGroupMembershipsForMemberPaginator(Consumer<ListGroupMembershipsForMemberRequest.Builder> listGroupMembershipsForMemberRequest)For the specified member in the specified identity store, returns the list of allGroupMembershipobjects and returns results in paginated form.default ListGroupMembershipsForMemberPublisherIdentitystoreAsyncClient. listGroupMembershipsForMemberPaginator(ListGroupMembershipsForMemberRequest listGroupMembershipsForMemberRequest)For the specified member in the specified identity store, returns the list of allGroupMembershipobjects and returns results in paginated form.
-