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 |
---|---|
User.Builder |
User.Builder.from(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()
returns all users in order.
|
com.google.common.util.concurrent.ListenableFuture<IterableWithMarker<User>> |
UserAsyncApi.listAt(String marker) |
IterableWithMarker<User> |
UserApi.listAt(String marker)
retrieves up to 100 users in order, starting at
marker |
com.google.common.util.concurrent.ListenableFuture<IterableWithMarker<User>> |
UserAsyncApi.listFirstPage() |
IterableWithMarker<User> |
UserApi.listFirstPage()
retrieves up to 100 users in order.
|
com.google.common.util.concurrent.ListenableFuture<PagedIterable<User>> |
UserAsyncApi.listPathPrefix(String pathPrefix) |
PagedIterable<User> |
UserApi.listPathPrefix(String pathPrefix)
returns all users in order at the specified
pathPrefix . |
com.google.common.util.concurrent.ListenableFuture<IterableWithMarker<User>> |
UserAsyncApi.listPathPrefixAt(String pathPrefix,
String marker) |
IterableWithMarker<User> |
UserApi.listPathPrefixAt(String pathPrefix,
String marker)
retrieves up to 100 users in order at the specified
pathPrefix , starting at marker . |
com.google.common.util.concurrent.ListenableFuture<IterableWithMarker<User>> |
UserAsyncApi.listPathPrefixFirstPage(String pathPrefix) |
IterableWithMarker<User> |
UserApi.listPathPrefixFirstPage(String pathPrefix)
retrieves up to 100 users in order at the specified
pathPrefix . |
Modifier and Type | Method and Description |
---|---|
protected com.google.common.base.Function<Object,IterableWithMarker<User>> |
UsersToPagedIterable.markerToNextForArg0(com.google.common.base.Optional<Object> pathPrefix) |
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.