Package org.jclouds.ec2.compute
Interface EC2ComputeServiceContext
-
- All Superinterfaces:
AutoCloseable
,Closeable
,ComputeServiceContext
,View
- All Known Subinterfaces:
AWSEC2ComputeServiceContext
- All Known Implementing Classes:
AWSEC2ComputeServiceContextImpl
,EC2ComputeServiceContextImpl
public interface EC2ComputeServiceContext extends ComputeServiceContext
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EC2ComputeService
getComputeService()
-
Methods inherited from interface org.jclouds.compute.ComputeServiceContext
close, utils
-
Methods inherited from interface org.jclouds.View
getBackendType, unwrap, unwrap, unwrapApi
-
-
-
-
Method Detail
-
getComputeService
EC2ComputeService getComputeService()
- Specified by:
getComputeService
in interfaceComputeServiceContext
-
-