Uses of Class
ppe.ec2.Ec2InstanceType

Packages that use Ec2InstanceType
ppe.ec2 This package implements all operations that send commands or queries to AWS. 
ppe.gui.networkspec   
 

Uses of Ec2InstanceType in ppe.ec2
 

Methods in ppe.ec2 that return Ec2InstanceType
static Ec2InstanceType Ec2InstanceType.getInstanceInfo(com.amazonaws.services.ec2.model.InstanceType instanceType)
           
 

Methods in ppe.ec2 that return types with arguments of type Ec2InstanceType
static java.util.List<Ec2InstanceType> Ec2InstanceType.getInstanceTypes()
          Gets a list of supported ec2 instance types as specified in the instance type file supplied by
 

Uses of Ec2InstanceType in ppe.gui.networkspec
 

Constructors in ppe.gui.networkspec with parameters of type Ec2InstanceType
InstanceTypeChoice(Ec2InstanceType instanceType)