Uses of Class
com.xerox.amazonws.ec2.GroupDescription.IpPermission

Packages that use GroupDescription.IpPermission
com.xerox.amazonws.ec2   
 

Uses of GroupDescription.IpPermission in com.xerox.amazonws.ec2
 

Methods in com.xerox.amazonws.ec2 that return GroupDescription.IpPermission
 GroupDescription.IpPermission GroupDescription.addPermission(String protocol, int fromPort, int toPort)
           
 

Methods in com.xerox.amazonws.ec2 that return types with arguments of type GroupDescription.IpPermission
 List<GroupDescription.IpPermission> GroupDescription.getPermissions()