Package | Description |
---|---|
org.jclouds.iam | |
org.jclouds.iam.domain | |
org.jclouds.iam.features | |
org.jclouds.iam.xml |
Modifier and Type | Method and Description |
---|---|
User |
IAMClient.getCurrentUser()
Retrieves information about the current user, including the user's path, GUID, and ARN.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<User> |
IAMAsyncClient.getCurrentUser() |
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 |
---|---|
User |
User.Builder.build() |
Modifier and Type | Method and Description |
---|---|
T |
User.Builder.fromUser(User in) |
Modifier and Type | Method and Description |
---|---|
User |
UserClient.get(String name)
Retrieves information about the specified user, including the user's path, GUID, and ARN.
|
User |
UserClient.getCurrent()
Retrieves information about the current user, including the user's path, GUID, and ARN.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<User> |
UserAsyncClient.get(String name) |
com.google.common.util.concurrent.ListenableFuture<User> |
UserAsyncClient.getCurrent() |
PaginatedSet<User> |
UserClient.list()
Lists the users that have the specified path prefix.
|
com.google.common.util.concurrent.ListenableFuture<PaginatedSet<User>> |
UserAsyncClient.list() |
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 |
---|---|
User |
UserHandler.getResult() |
Modifier and Type | Method and Description |
---|---|
PaginatedSet<User> |
ListUsersResultHandler.getResult() |
Copyright © 2009-2012 jclouds. All Rights Reserved.