Uses of Class
ppe.ec2.InstanceTag

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

Uses of InstanceTag in ppe.ec2
 

Methods in ppe.ec2 that return InstanceTag
static InstanceTag InstanceTag.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static InstanceTag[] InstanceTag.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 InstanceTag
 java.lang.String InstanceStatus.getTagValue(InstanceTag tagType)