Uses of Interface
org.jclouds.compute.Utils

Packages that use Utils
org.jclouds.aws.ec2.compute.internal   
org.jclouds.cloudstack.internal   
org.jclouds.compute   
org.jclouds.compute.internal   
org.jclouds.ec2.compute.internal   
org.jclouds.nodepool   
 

Uses of Utils in org.jclouds.aws.ec2.compute.internal
 

Constructors in org.jclouds.aws.ec2.compute.internal with parameters of type Utils
AWSEC2ComputeServiceContextImpl(Context backend, com.google.common.reflect.TypeToken<? extends Context> backendType, AWSEC2ComputeService computeService, Utils utils)
           
 

Uses of Utils in org.jclouds.cloudstack.internal
 

Constructors in org.jclouds.cloudstack.internal with parameters of type Utils
CloudStackContextImpl(Context backend, com.google.common.reflect.TypeToken<? extends Context> backendType, ComputeService computeService, Utils utils, RestContext<CloudStackDomainClient,CloudStackDomainAsyncClient> domainContext, RestContext<CloudStackGlobalClient,CloudStackGlobalAsyncClient> globalContext)
           
 

Uses of Utils in org.jclouds.compute
 

Methods in org.jclouds.compute that return Utils
 Utils ComputeServiceContext.getUtils()
           
 Utils ComputeServiceContext.utils()
           
 

Uses of Utils in org.jclouds.compute.internal
 

Methods in org.jclouds.compute.internal that return Utils
 Utils ComputeServiceContextImpl.getUtils()
           
 Utils ComputeServiceContextImpl.utils()
           
 

Constructors in org.jclouds.compute.internal with parameters of type Utils
ComputeServiceContextImpl(Context backend, com.google.common.reflect.TypeToken<? extends Context> backendType, ComputeService computeService, Utils utils)
           
 

Uses of Utils in org.jclouds.ec2.compute.internal
 

Constructors in org.jclouds.ec2.compute.internal with parameters of type Utils
EC2ComputeServiceContextImpl(Context backend, com.google.common.reflect.TypeToken<? extends Context> backendType, EC2ComputeService computeService, Utils utils)
           
 

Uses of Utils in org.jclouds.nodepool
 

Constructors in org.jclouds.nodepool with parameters of type Utils
NodePoolComputeServiceContext(Context backend, com.google.common.reflect.TypeToken<? extends Context> backendType, ComputeService computeService, Utils utils, NodePoolComputeServiceAdapter adapter)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.