Uses of Class
com.norbl.cbp.ppe.NodeType

Packages that use NodeType
com.norbl.cbp.ppe   
 

Uses of NodeType in com.norbl.cbp.ppe
 

Methods in com.norbl.cbp.ppe 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 com.norbl.cbp.ppe 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.