Uses of Class
software.amazon.awssdk.services.iam.paginators.ListGroupsForUserIterable
-
Packages that use ListGroupsForUserIterable Package Description software.amazon.awssdk.services.iam Identity and Access Management -
-
Uses of ListGroupsForUserIterable in software.amazon.awssdk.services.iam
Methods in software.amazon.awssdk.services.iam that return ListGroupsForUserIterable Modifier and Type Method Description default ListGroupsForUserIterableIamClient. listGroupsForUserPaginator(Consumer<ListGroupsForUserRequest.Builder> listGroupsForUserRequest)Lists the IAM groups that the specified IAM user belongs to.default ListGroupsForUserIterableIamClient. listGroupsForUserPaginator(ListGroupsForUserRequest listGroupsForUserRequest)Lists the IAM groups that the specified IAM user belongs to.
-