Uses of Class
software.amazon.awssdk.services.identitystore.paginators.ListGroupsIterable
-
Packages that use ListGroupsIterable 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 ListGroupsIterable in software.amazon.awssdk.services.identitystore
Methods in software.amazon.awssdk.services.identitystore that return ListGroupsIterable Modifier and Type Method Description default ListGroupsIterableIdentitystoreClient. listGroupsPaginator(Consumer<ListGroupsRequest.Builder> listGroupsRequest)Lists all groups in the identity store.default ListGroupsIterableIdentitystoreClient. listGroupsPaginator(ListGroupsRequest listGroupsRequest)Lists all groups in the identity store.
-