|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ListUsersOptions | |
|---|---|
| org.jclouds.iam.features | |
| org.jclouds.iam.options | |
| Uses of ListUsersOptions in org.jclouds.iam.features |
|---|
| Methods in org.jclouds.iam.features with parameters of type ListUsersOptions | |
|---|---|
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. |
| Uses of ListUsersOptions in org.jclouds.iam.options |
|---|
| Methods in org.jclouds.iam.options that return ListUsersOptions | |
|---|---|
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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||