Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
NetworkAclEntry |
NetworkAclEntry.clone() |
NetworkAclEntry |
NetworkAclEntry.withCidrBlock(String cidrBlock)
The IPv4 network range to allow or deny, in CIDR notation.
|
NetworkAclEntry |
NetworkAclEntry.withEgress(Boolean egress)
Indicates whether the rule is an egress rule (applied to traffic leaving the subnet).
|
NetworkAclEntry |
NetworkAclEntry.withIcmpTypeCode(IcmpTypeCode icmpTypeCode)
ICMP protocol: The ICMP type and code.
|
NetworkAclEntry |
NetworkAclEntry.withIpv6CidrBlock(String ipv6CidrBlock)
The IPv6 network range to allow or deny, in CIDR notation.
|
NetworkAclEntry |
NetworkAclEntry.withPortRange(PortRange portRange)
TCP or UDP protocols: The range of ports the rule applies to.
|
NetworkAclEntry |
NetworkAclEntry.withProtocol(String protocol)
The protocol.
|
NetworkAclEntry |
NetworkAclEntry.withRuleAction(RuleAction ruleAction)
Indicates whether to allow or deny the traffic that matches the rule.
|
NetworkAclEntry |
NetworkAclEntry.withRuleAction(String ruleAction)
Indicates whether to allow or deny the traffic that matches the rule.
|
NetworkAclEntry |
NetworkAclEntry.withRuleNumber(Integer ruleNumber)
The rule number for the entry.
|
Modifier and Type | Method and Description |
---|---|
List<NetworkAclEntry> |
NetworkAcl.getEntries()
One or more entries (rules) in the network ACL.
|
Modifier and Type | Method and Description |
---|---|
NetworkAcl |
NetworkAcl.withEntries(NetworkAclEntry... entries)
One or more entries (rules) in the network ACL.
|
Modifier and Type | Method and Description |
---|---|
void |
NetworkAcl.setEntries(Collection<NetworkAclEntry> entries)
One or more entries (rules) in the network ACL.
|
NetworkAcl |
NetworkAcl.withEntries(Collection<NetworkAclEntry> entries)
One or more entries (rules) in the network ACL.
|
Copyright © 2017. All rights reserved.