public class IpInboundRule extends InboundRule
| Constructor | Description |
|---|---|
IpInboundRule(String protocol,
String groupId,
int fromPort,
int toPort,
String source) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
accept(InboundRuleVisitor visitor) |
equals, getFromPort, getGroupId, getProtocol, getSource, getToPort, hashCodepublic void accept(InboundRuleVisitor visitor)
accept in class InboundRuleCopyright © 2018. All rights reserved.