Package | Description |
---|---|
org.jclouds.iam | |
org.jclouds.iam.domain | |
org.jclouds.iam.features | |
org.jclouds.iam.functions | |
org.jclouds.iam.xml |
Modifier and Type | Method and Description |
---|---|
User |
IAMApi.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> |
IAMAsyncApi.getCurrentUser() |
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 |
UserApi.get(String name)
Retrieves information about the specified user, including the user's path, GUID, and ARN.
|
User |
UserApi.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> |
UserAsyncApi.get(String name) |
com.google.common.util.concurrent.ListenableFuture<User> |
UserAsyncApi.getCurrent() |
com.google.common.util.concurrent.ListenableFuture<PagedIterable<User>> |
UserAsyncApi.list() |
PagedIterable<User> |
UserApi.list()
Lists the users that have the specified path prefix.
|
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 |
---|---|
protected com.google.common.base.Function<Object,IterableWithMarker<User>> |
UsersToPagedIterable.markerToNextForCallingArg0(String ignored) |
Modifier and Type | Method and Description |
---|---|
User |
UserHandler.getResult() |
Modifier and Type | Method and Description |
---|---|
IterableWithMarker<User> |
ListUsersResultHandler.getResult() |
Copyright © 2009-2013 jclouds. All Rights Reserved.