Uses of Class
org.jclouds.rds.domain.Instance

Packages that use Instance
org.jclouds.rds.domain   
org.jclouds.rds.features   
org.jclouds.rds.functions   
org.jclouds.rds.xml   
 

Uses of Instance in org.jclouds.rds.domain
 

Methods in org.jclouds.rds.domain that return Instance
 Instance Instance.Builder.build()
           
 

Methods in org.jclouds.rds.domain with parameters of type Instance
 T Instance.Builder.fromInstance(Instance in)
           
 

Uses of Instance in org.jclouds.rds.features
 

Methods in org.jclouds.rds.features that return Instance
 Instance InstanceApi.get(String id)
          Retrieves information about the specified instance.
 

Methods in org.jclouds.rds.features that return types with arguments of type Instance
 com.google.common.util.concurrent.ListenableFuture<Instance> InstanceAsyncApi.get(String id)
           
 com.google.common.util.concurrent.ListenableFuture<PagedIterable<Instance>> InstanceAsyncApi.list()
           
 PagedIterable<Instance> InstanceApi.list()
          Returns information about provisioned RDS instances.
 com.google.common.util.concurrent.ListenableFuture<IterableWithMarker<Instance>> InstanceAsyncApi.list(ListInstancesOptions options)
           
 IterableWithMarker<Instance> InstanceApi.list(ListInstancesOptions options)
          Returns information about provisioned RDS instances.
 

Uses of Instance in org.jclouds.rds.functions
 

Methods in org.jclouds.rds.functions that return types with arguments of type Instance
protected  com.google.common.base.Function<Object,IterableWithMarker<Instance>> InstancesToPagedIterable.markerToNextForCallingArg0(String arg0)
           
 

Uses of Instance in org.jclouds.rds.xml
 

Methods in org.jclouds.rds.xml that return Instance
 Instance InstanceHandler.getResult()
          
 

Methods in org.jclouds.rds.xml that return types with arguments of type Instance
 IterableWithMarker<Instance> DescribeDBInstancesResultHandler.getResult()
          
 



Copyright © 2009-2012 jclouds. All Rights Reserved.