Package | Description |
---|---|
org.jclouds.iam | |
org.jclouds.iam.features | |
org.jclouds.iam.options |
Modifier and Type | Method and Description |
---|---|
static Iterable<User> |
IAM.list(UserClient userClient,
ListUsersOptions options)
List users based on the criteria in the
ListUsersOptions passed in. |
Modifier and Type | Method and Description |
---|---|
PaginatedSet<User> |
UserClient.list(ListUsersOptions options)
Lists the users that have the specified path prefix.
|
com.google.common.util.concurrent.ListenableFuture<PaginatedSet<User>> |
UserAsyncClient.list(ListUsersOptions options) |
Modifier and Type | Method and Description |
---|---|
ListUsersOptions |
ListUsersOptions.clone() |
ListUsersOptions |
ListUsersOptions.marker(String marker) |
static ListUsersOptions |
ListUsersOptions.Builder.marker(String marker) |
ListUsersOptions |
ListUsersOptions.maxItems(Integer maxItems) |
static ListUsersOptions |
ListUsersOptions.Builder.maxItems(Integer maxItems) |
ListUsersOptions |
ListUsersOptions.pathPrefix(String pathPrefix) |
static ListUsersOptions |
ListUsersOptions.Builder.pathPrefix(String pathPrefix) |
Copyright © 2009-2012 jclouds. All Rights Reserved.