Uses of Class
software.amazon.awssdk.services.identitystore.paginators.ListGroupMembershipsIterable
-
Packages that use ListGroupMembershipsIterable 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 ListGroupMembershipsIterable in software.amazon.awssdk.services.identitystore
Methods in software.amazon.awssdk.services.identitystore that return ListGroupMembershipsIterable Modifier and Type Method Description default ListGroupMembershipsIterableIdentitystoreClient. 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 ListGroupMembershipsIterableIdentitystoreClient. listGroupMembershipsPaginator(ListGroupMembershipsRequest listGroupMembershipsRequest)For the specified group in the specified identity store, returns the list of allGroupMembershipobjects and returns results in paginated form.
-