Modifier and Type | Method and Description |
---|---|
User |
get(String name)
Retrieves information about the specified user, including the user's path, GUID, and ARN.
|
User |
getCurrent()
Retrieves information about the current user, including the user's path, GUID, and ARN.
|
PagedIterable<User> |
list()
Lists the users that have the specified path prefix.
|
IterableWithMarker<User> |
list(ListUsersOptions options)
Lists the users that have the specified path prefix.
|
User getCurrent()
@Nullable User get(String name)
name
- Name of the user to get information about.IterableWithMarker<User> list(ListUsersOptions options)
parameter
options
- the options describing the users queryPagedIterable<User> list()
Copyright © 2009-2013 jclouds. All Rights Reserved.