Uses of Class
org.jclouds.ec2.domain.InstanceStateChange
- 
Packages that use InstanceStateChange Package Description org.jclouds.ec2.domain org.jclouds.ec2.features org.jclouds.ec2.xml  - 
- 
Uses of InstanceStateChange in org.jclouds.ec2.domain
Methods in org.jclouds.ec2.domain with parameters of type InstanceStateChange Modifier and Type Method Description intInstanceStateChange. compareTo(InstanceStateChange o) - 
Uses of InstanceStateChange in org.jclouds.ec2.features
Methods in org.jclouds.ec2.features that return types with arguments of type InstanceStateChange Modifier and Type Method Description Set<? extends InstanceStateChange>InstanceApi. startInstancesInRegion(String region, String... instanceIds)Starts an instance that uses an Amazon EBS volume as its root device.Set<? extends InstanceStateChange>InstanceApi. stopInstancesInRegion(String region, boolean force, String... instanceIds)Stops an instance that uses an Amazon EBS volume as its root device.Set<? extends InstanceStateChange>InstanceApi. terminateInstancesInRegion(String region, String... instanceIds)Shuts down one or more instances. - 
Uses of InstanceStateChange in org.jclouds.ec2.xml
Methods in org.jclouds.ec2.xml that return types with arguments of type InstanceStateChange Modifier and Type Method Description Set<InstanceStateChange>InstanceStateChangeHandler. getResult() 
 -