Uses of Class
ppe.ec2.NetworkInfo.State

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

Uses of NetworkInfo.State in ppe.ec2
 

Methods in ppe.ec2 that return NetworkInfo.State
static NetworkInfo.State NetworkInfo.State.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static NetworkInfo.State[] NetworkInfo.State.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 NetworkInfo.State
 void NetworkInfo.setState(NetworkInfo.State state)