Package | Description |
---|---|
org.jclouds.iam.features | |
org.jclouds.iam.options |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<IterableWithMarker<User>> |
UserAsyncApi.list(ListUsersOptions options) |
IterableWithMarker<User> |
UserApi.list(ListUsersOptions options)
Lists the users that have the specified path prefix.
|
Modifier and Type | Method and Description |
---|---|
ListUsersOptions |
ListUsersOptions.afterMarker(Object afterMarker)
Use this parameter only when paginating results, and only in a subsequent request after you've
received a response where the results are truncated.
|
static ListUsersOptions |
ListUsersOptions.Builder.afterMarker(Object afterMarker) |
ListUsersOptions |
ListUsersOptions.clone() |
ListUsersOptions |
ListUsersOptions.maxItems(Integer maxItems)
Use this parameter only when paginating results to indicate the maximum number of user names
you want in the response.
|
static ListUsersOptions |
ListUsersOptions.Builder.maxItems(Integer maxItems) |
ListUsersOptions |
ListUsersOptions.pathPrefix(String pathPrefix)
The path prefix for filtering the results.
|
static ListUsersOptions |
ListUsersOptions.Builder.pathPrefix(String pathPrefix) |
Copyright © 2009-2013 jclouds. All Rights Reserved.