Package | Description |
---|---|
org.jclouds.cloudwatch.features | |
org.jclouds.collect | |
org.jclouds.collect.internal | |
org.jclouds.elb.features | |
org.jclouds.iam.features | |
org.jclouds.rds.features |
Modifier and Type | Method and Description |
---|---|
PagedIterable<Metric> |
MetricApi.list() |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<? extends PagedIterable<Metric>> |
MetricAsyncApi.list() |
Modifier and Type | Method and Description |
---|---|
static <T> PagedIterable<T> |
PagedIterables.advance(IterableWithMarker<T> initial,
com.google.common.base.Function<Object,IterableWithMarker<T>> markerToNext) |
static <T> PagedIterable<T> |
PagedIterables.of(IterableWithMarker<T> only) |
Modifier and Type | Method and Description |
---|---|
PagedIterable<T> |
CallerArg0ToPagedIterable.apply(IterableWithMarker<T> input) |
Modifier and Type | Method and Description |
---|---|
PagedIterable<LoadBalancer> |
LoadBalancerApi.list()
Lists the loadBalancers all load balancers
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<PagedIterable<LoadBalancer>> |
LoadBalancerAsyncApi.list() |
Modifier and Type | Method and Description |
---|---|
PagedIterable<User> |
UserApi.list()
Lists the users that have the specified path prefix.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<PagedIterable<User>> |
UserAsyncApi.list() |
Modifier and Type | Method and Description |
---|---|
PagedIterable<SubnetGroup> |
SubnetGroupApi.list()
Returns a list of
SubnetGroup s. |
PagedIterable<SecurityGroup> |
SecurityGroupApi.list()
Returns a list of
SecurityGroup s. |
PagedIterable<Instance> |
InstanceApi.list()
Returns information about provisioned RDS instances.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<PagedIterable<SubnetGroup>> |
SubnetGroupAsyncApi.list() |
com.google.common.util.concurrent.ListenableFuture<PagedIterable<SecurityGroup>> |
SecurityGroupAsyncApi.list() |
com.google.common.util.concurrent.ListenableFuture<PagedIterable<Instance>> |
InstanceAsyncApi.list() |
Copyright © 2009-2012 jclouds. All Rights Reserved.