public class IAM extends Object
Constructor and Description |
---|
IAM() |
Modifier and Type | Method and Description |
---|---|
static Iterable<User> |
list(UserClient userClient,
ListUsersOptions options)
List users based on the criteria in the
ListUsersOptions passed in. |
public static Iterable<User> list(UserClient userClient, ListUsersOptions options)
ListUsersOptions
passed in.userClient
- the UserClient
to use for the requestoptions
- the ListUsersOptions
describing the ListUsers requestCopyright © 2009-2012 jclouds. All Rights Reserved.