Uses of Class
com.xerox.amazonws.ec2.InstanceStateChangeDescription

Packages that use InstanceStateChangeDescription
com.xerox.amazonws.ec2   
 

Uses of InstanceStateChangeDescription in com.xerox.amazonws.ec2
 

Methods in com.xerox.amazonws.ec2 that return types with arguments of type InstanceStateChangeDescription
 List<InstanceStateChangeDescription> Jec2.startInstances(List<String> instanceIds)
          Starts a selection of stopped instances.
 List<InstanceStateChangeDescription> Jec2.startInstances(String[] instanceIds)
          Starts a selection of stopped instances.
 List<InstanceStateChangeDescription> Jec2.stopInstances(List<String> instanceIds, boolean force)
          Stops a selection of running instances.
 List<InstanceStateChangeDescription> Jec2.stopInstances(String[] instanceIds, boolean force)
          Stops a selection of running instances.
 List<InstanceStateChangeDescription> Jec2.terminateInstances(List<String> instanceIds)
          Terminates a selection of running instances.
 List<InstanceStateChangeDescription> Jec2.terminateInstances(String[] instanceIds)
          Terminates a selection of running instances.