|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface UserApi
Provides access to Amazon IAM via the Query API
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
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 query
PagedIterable<User> list()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||