Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
AnalysisAclRule |
AnalysisAclRule.clone() |
AnalysisAclRule |
PathComponent.getAclRule()
The network ACL rule.
|
AnalysisAclRule |
Explanation.getAclRule()
The network ACL rule.
|
AnalysisAclRule |
AnalysisAclRule.withCidr(String cidr)
The IPv4 address range, in CIDR notation.
|
AnalysisAclRule |
AnalysisAclRule.withEgress(Boolean egress)
Indicates whether the rule is an outbound rule.
|
AnalysisAclRule |
AnalysisAclRule.withPortRange(PortRange portRange)
The range of ports.
|
AnalysisAclRule |
AnalysisAclRule.withProtocol(String protocol)
The protocol.
|
AnalysisAclRule |
AnalysisAclRule.withRuleAction(String ruleAction)
Indicates whether to allow or deny traffic that matches the rule.
|
AnalysisAclRule |
AnalysisAclRule.withRuleNumber(Integer ruleNumber)
The rule number.
|
Modifier and Type | Method and Description |
---|---|
void |
PathComponent.setAclRule(AnalysisAclRule aclRule)
The network ACL rule.
|
void |
Explanation.setAclRule(AnalysisAclRule aclRule)
The network ACL rule.
|
PathComponent |
PathComponent.withAclRule(AnalysisAclRule aclRule)
The network ACL rule.
|
Explanation |
Explanation.withAclRule(AnalysisAclRule aclRule)
The network ACL rule.
|
Copyright © 2021. All rights reserved.