Uses of Class
software.amazon.awssdk.services.iam.paginators.ListUsersIterable
-
Packages that use ListUsersIterable Package Description software.amazon.awssdk.services.iam Identity and Access Management -
-
Uses of ListUsersIterable in software.amazon.awssdk.services.iam
Methods in software.amazon.awssdk.services.iam that return ListUsersIterable Modifier and Type Method Description default ListUsersIterableIamClient. listUsersPaginator()Lists the IAM users that have the specified path prefix.default ListUsersIterableIamClient. listUsersPaginator(Consumer<ListUsersRequest.Builder> listUsersRequest)Lists the IAM users that have the specified path prefix.default ListUsersIterableIamClient. listUsersPaginator(ListUsersRequest listUsersRequest)Lists the IAM users that have the specified path prefix.
-