|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.xerox.amazonws.ec2.GroupDescription.IpPermission
public class GroupDescription.IpPermission
| Constructor Summary | |
|---|---|
GroupDescription.IpPermission(String protocol,
int fromPort,
int toPort)
|
|
| Method Summary | |
|---|---|
void |
addIpRange(String cidrIp)
|
void |
addUserGroupPair(String userId,
String groupName)
|
int |
getFromPort()
|
List<String> |
getIpRanges()
|
String |
getProtocol()
|
int |
getToPort()
|
List<String[]> |
getUidGroupPairs()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public GroupDescription.IpPermission(String protocol,
int fromPort,
int toPort)
| Method Detail |
|---|
public String getProtocol()
public int getFromPort()
public int getToPort()
public void addIpRange(String cidrIp)
public List<String> getIpRanges()
public void addUserGroupPair(String userId,
String groupName)
public List<String[]> getUidGroupPairs()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||