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