Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<User> |
get(String name) |
com.google.common.util.concurrent.ListenableFuture<User> |
getCurrent() |
com.google.common.util.concurrent.ListenableFuture<PagedIterable<User>> |
list() |
com.google.common.util.concurrent.ListenableFuture<IterableWithMarker<User>> |
listAt(String marker) |
com.google.common.util.concurrent.ListenableFuture<IterableWithMarker<User>> |
listFirstPage() |
com.google.common.util.concurrent.ListenableFuture<PagedIterable<User>> |
listPathPrefix(String pathPrefix) |
com.google.common.util.concurrent.ListenableFuture<IterableWithMarker<User>> |
listPathPrefixAt(String pathPrefix,
String marker) |
com.google.common.util.concurrent.ListenableFuture<IterableWithMarker<User>> |
listPathPrefixFirstPage(String pathPrefix) |
@Named(value="ListUsers") com.google.common.util.concurrent.ListenableFuture<PagedIterable<User>> list()
UserApi.list()
@Named(value="ListUsers") com.google.common.util.concurrent.ListenableFuture<IterableWithMarker<User>> listFirstPage()
UserApi.listFirstPage()
@Named(value="ListUsers") com.google.common.util.concurrent.ListenableFuture<IterableWithMarker<User>> listAt(String marker)
UserApi.listAt(String)
@Named(value="ListUsers") com.google.common.util.concurrent.ListenableFuture<PagedIterable<User>> listPathPrefix(String pathPrefix)
UserApi.listPathPrefix(String)
@Named(value="iam:ListUsers") com.google.common.util.concurrent.ListenableFuture<IterableWithMarker<User>> listPathPrefixFirstPage(String pathPrefix)
@Named(value="ListUsers") com.google.common.util.concurrent.ListenableFuture<IterableWithMarker<User>> listPathPrefixAt(String pathPrefix, String marker)
@Named(value="GetUser") com.google.common.util.concurrent.ListenableFuture<User> getCurrent()
UserApi.getCurrent()
Copyright © 2009-2013 jclouds. All Rights Reserved.