| 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 | Field and Description | 
|---|---|
static PagedIterable | 
PagedIterables.EMPTY  | 
| 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)
Deprecated.  
 | 
static <T> PagedIterable<T> | 
PagedIterables.onlyPage(IterableWithMarker<T> only)  | 
| Modifier and Type | Method and Description | 
|---|---|
PagedIterable<T> | 
CallerArg0ToPagedIterable.apply(IterableWithMarker<T> input)
Deprecated.  
  | 
PagedIterable<T> | 
Arg0ToPagedIterable.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()
returns all users in order. 
 | 
PagedIterable<Role> | 
RoleApi.list()
returns all roles in order. 
 | 
PagedIterable<String> | 
PolicyApi.list()
returns all policy names in order. 
 | 
PagedIterable<InstanceProfile> | 
InstanceProfileApi.list()
returns all instance profiles in order. 
 | 
PagedIterable<InstanceProfile> | 
RoleApi.listInstanceProfiles(String name)
returns all instance profiles in order for this role. 
 | 
PagedIterable<User> | 
UserApi.listPathPrefix(String pathPrefix)
returns all users in order at the specified  
pathPrefix. | 
PagedIterable<Role> | 
RoleApi.listPathPrefix(String pathPrefix)
returns all roles in order at the specified  
pathPrefix. | 
PagedIterable<InstanceProfile> | 
InstanceProfileApi.listPathPrefix(String pathPrefix)
returns all instance profiles in order at the specified  
pathPrefix. | 
| Modifier and Type | Method and Description | 
|---|---|
com.google.common.util.concurrent.ListenableFuture<PagedIterable<User>> | 
UserAsyncApi.list()  | 
com.google.common.util.concurrent.ListenableFuture<PagedIterable<String>> | 
RolePolicyAsyncApi.list()  | 
com.google.common.util.concurrent.ListenableFuture<PagedIterable<Role>> | 
RoleAsyncApi.list()  | 
com.google.common.util.concurrent.ListenableFuture<PagedIterable<InstanceProfile>> | 
InstanceProfileAsyncApi.list()  | 
com.google.common.util.concurrent.ListenableFuture<PagedIterable<InstanceProfile>> | 
RoleAsyncApi.listInstanceProfiles(String name)  | 
com.google.common.util.concurrent.ListenableFuture<PagedIterable<User>> | 
UserAsyncApi.listPathPrefix(String pathPrefix)  | 
com.google.common.util.concurrent.ListenableFuture<PagedIterable<Role>> | 
RoleAsyncApi.listPathPrefix(String pathPrefix)  | 
com.google.common.util.concurrent.ListenableFuture<PagedIterable<InstanceProfile>> | 
InstanceProfileAsyncApi.listPathPrefix(String pathPrefix)  | 
| Modifier and Type | Method and Description | 
|---|---|
PagedIterable<? extends Image> | 
ImageApi.list()
List all images (IDs, names, links) 
 | 
PagedIterable<? extends ImageDetails> | 
ImageApi.listInDetail()
List all images (all details) 
 | 
| Modifier and Type | Method and Description | 
|---|---|
com.google.common.util.concurrent.ListenableFuture<? extends PagedIterable<? extends Image>> | 
ImageAsyncApi.list()  | 
com.google.common.util.concurrent.ListenableFuture<? extends PagedIterable<? extends ImageDetails>> | 
ImageAsyncApi.listInDetail()  | 
| Modifier and Type | Method and Description | 
|---|---|
PagedIterable<? extends User> | 
UserApi.list()
Retrieve the list of users
 
 NOTE: this method is not in API documentation for keystone, but does work 
 | 
PagedIterable<? extends Tenant> | 
TenantApi.list()
The operation returns a list of tenants which the current token provides access to. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
com.google.common.util.concurrent.ListenableFuture<? extends PagedIterable<? extends User>> | 
UserAsyncApi.list()  | 
com.google.common.util.concurrent.ListenableFuture<? extends PagedIterable<? extends Tenant>> | 
TenantAsyncApi.list()  | 
| Modifier and Type | Method and Description | 
|---|---|
PagedIterable<? extends Resource> | 
ServerApi.list()
List all servers (IDs, names, links) 
 | 
PagedIterable<? extends Resource> | 
ImageApi.list()
List all images (IDs, names, links) 
 | 
PagedIterable<? extends Resource> | 
FlavorApi.list()
List all flavors (IDs, names, links) 
 | 
PagedIterable<? extends Server> | 
ServerApi.listInDetail()
List all servers (all details) 
 | 
PagedIterable<? extends Image> | 
ImageApi.listInDetail()
List all images (all details) 
 | 
PagedIterable<? extends Flavor> | 
FlavorApi.listInDetail()
List all flavors (all details) 
 | 
| Modifier and Type | Method and Description | 
|---|---|
com.google.common.util.concurrent.ListenableFuture<? extends PagedIterable<? extends Resource>> | 
ServerAsyncApi.list()  | 
com.google.common.util.concurrent.ListenableFuture<? extends PagedIterable<? extends Resource>> | 
ImageAsyncApi.list()  | 
com.google.common.util.concurrent.ListenableFuture<? extends PagedIterable<? extends Resource>> | 
FlavorAsyncApi.list()  | 
com.google.common.util.concurrent.ListenableFuture<? extends PagedIterable<? extends Server>> | 
ServerAsyncApi.listInDetail()  | 
com.google.common.util.concurrent.ListenableFuture<? extends PagedIterable<? extends Image>> | 
ImageAsyncApi.listInDetail()  | 
com.google.common.util.concurrent.ListenableFuture<? extends PagedIterable<? extends Flavor>> | 
FlavorAsyncApi.listInDetail()  | 
| Modifier and Type | Method and Description | 
|---|---|
PagedIterable<Node> | 
NodeApi.list()  | 
PagedIterable<LoadBalancer> | 
LoadBalancerApi.list()  | 
| Modifier and Type | Method and Description | 
|---|---|
com.google.common.util.concurrent.ListenableFuture<PagedIterable<Node>> | 
NodeAsyncApi.list()  | 
com.google.common.util.concurrent.ListenableFuture<PagedIterable<LoadBalancer>> | 
LoadBalancerAsyncApi.list()  | 
| Modifier and Type | Method and Description | 
|---|---|
PagedIterable<SubnetGroup> | 
SubnetGroupApi.list()
Returns a list of  
SubnetGroups. | 
PagedIterable<SecurityGroup> | 
SecurityGroupApi.list()
Returns a list of  
SecurityGroups. | 
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()  | 
| Modifier and Type | Method and Description | 
|---|---|
PagedIterable<ResourceRecordSet> | 
ResourceRecordSetApi.list()
returns all resource record sets in order. 
 | 
PagedIterable<HostedZone> | 
HostedZoneApi.list()
returns all zones in order. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
com.google.common.util.concurrent.ListenableFuture<PagedIterable<ResourceRecordSet>> | 
ResourceRecordSetAsyncApi.list()  | 
com.google.common.util.concurrent.ListenableFuture<PagedIterable<HostedZone>> | 
HostedZoneAsyncApi.list()  | 
Copyright © 2009-2013 jclouds. All Rights Reserved.