Uses of Class
ppe.ec2.ParamsEc2

Packages that use ParamsEc2
ppe.ec2 This package implements all operations that send commands or queries to AWS. 
ppe.gui   
ppe.ompi Classes for configuring Open MPI on a network of EC2 instances. 
 

Uses of ParamsEc2 in ppe.ec2
 

Methods in ppe.ec2 that return ParamsEc2
 ParamsEc2 Ec2Wrangler.getParams()
           
 

Methods in ppe.ec2 with parameters of type ParamsEc2
static java.lang.String Ec2Wrangler.chooseNetworkName(ParamsEc2 params)
           
 void Ec2Wrangler.setParams(ParamsEc2 params)
           
 

Constructors in ppe.ec2 with parameters of type ParamsEc2
Ec2Wrangler(ParamsEc2 params)
           
NetworkSpec(ParamsEc2 params)
           
SecurityGroupFactory(ParamsEc2 params, com.amazonaws.services.ec2.AmazonEC2Client ec2Client)
           
 

Uses of ParamsEc2 in ppe.gui
 

Fields in ppe.gui declared as ParamsEc2
static ParamsEc2 PPEManager.paramsEc2
           
 

Uses of ParamsEc2 in ppe.ompi
 

Constructors in ppe.ompi with parameters of type ParamsEc2
ParamsOmpi(ParamHt ht, ParamsEc2 paramsEc2)