Uses of Interface
org.jclouds.compute.Utils
-
Packages that use Utils Package Description org.jclouds.aws.ec2.compute.internal org.jclouds.compute org.jclouds.compute.internal org.jclouds.ec2.compute.internal -
-
Uses of Utils in org.jclouds.aws.ec2.compute.internal
Constructors in org.jclouds.aws.ec2.compute.internal with parameters of type Utils Constructor Description AWSEC2ComputeServiceContextImpl(Context backend, com.google.common.reflect.TypeToken<? extends Context> backendType, AWSEC2ComputeService computeService, Utils utils)
-
Uses of Utils in org.jclouds.compute
Methods in org.jclouds.compute that return Utils Modifier and Type Method Description Utils
ComputeServiceContext. utils()
-
Uses of Utils in org.jclouds.compute.internal
Classes in org.jclouds.compute.internal that implement Utils Modifier and Type Class Description class
UtilsImpl
Methods in org.jclouds.compute.internal that return Utils Modifier and Type Method Description Utils
ComputeServiceContextImpl. utils()
Constructors in org.jclouds.compute.internal with parameters of type Utils Constructor Description 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 Constructor Description EC2ComputeServiceContextImpl(Context backend, com.google.common.reflect.TypeToken<? extends Context> backendType, EC2ComputeService computeService, Utils utils)
-