Uses of Class
ppe.ec2.NodeType

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

Uses of NodeType in ppe.ec2
 

Methods in ppe.ec2 that return NodeType
static NodeType NodeType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static NodeType[] NodeType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in ppe.ec2 with parameters of type NodeType
 void Ec2Wrangler.setTags(java.lang.String instanceID, java.lang.String networkID, java.lang.String networkName, NodeType nodeType)
          Used by other classes to change an instance's tags.