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