Package | Description |
---|---|
org.jclouds.collect | |
org.jclouds.elb.features | |
org.jclouds.elb.xml | |
org.jclouds.iam.features | |
org.jclouds.iam.xml |
Modifier and Type | Method and Description |
---|---|
static <T> PaginatedSet<T> |
PaginatedSet.copyOf(Iterable<T> contents) |
static <T> PaginatedSet<T> |
PaginatedSet.copyOfWithMarker(Iterable<T> contents,
String marker) |
Modifier and Type | Method and Description |
---|---|
static <T> Iterable<T> |
PaginatedSets.lazyContinue(PaginatedSet<T> initial,
com.google.common.base.Function<String,PaginatedSet<T>> markerToNext) |
Modifier and Type | Method and Description |
---|---|
static <T> Iterable<T> |
PaginatedSets.lazyContinue(PaginatedSet<T> initial,
com.google.common.base.Function<String,PaginatedSet<T>> markerToNext) |
Modifier and Type | Method and Description |
---|---|
PaginatedSet<LoadBalancer> |
LoadBalancerClient.list()
Lists the loadBalancers all load balancers
|
PaginatedSet<LoadBalancer> |
LoadBalancerClient.list(ListLoadBalancersOptions options)
Returns detailed configuration information for the specified LoadBalancers.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<PaginatedSet<LoadBalancer>> |
LoadBalancerAsyncClient.list() |
com.google.common.util.concurrent.ListenableFuture<PaginatedSet<LoadBalancer>> |
LoadBalancerAsyncClient.list(ListLoadBalancersOptions options) |
Modifier and Type | Method and Description |
---|---|
PaginatedSet<LoadBalancer> |
DescribeLoadBalancersResultHandler.getResult() |
Modifier and Type | Method and Description |
---|---|
PaginatedSet<User> |
UserClient.list()
Lists the users that have the specified path prefix.
|
PaginatedSet<User> |
UserClient.list(ListUsersOptions options)
Lists the users that have the specified path prefix.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<PaginatedSet<User>> |
UserAsyncClient.list() |
com.google.common.util.concurrent.ListenableFuture<PaginatedSet<User>> |
UserAsyncClient.list(ListUsersOptions options) |
Modifier and Type | Method and Description |
---|---|
PaginatedSet<User> |
ListUsersResultHandler.getResult() |
Copyright © 2009-2012 jclouds. All Rights Reserved.