Uses of Class
com.amazonaws.services.ec2.model.NetworkAclEntry
-
Packages that use NetworkAclEntry Package Description com.amazonaws.services.ec2.model -
-
Uses of NetworkAclEntry in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return NetworkAclEntry Modifier and Type Method Description NetworkAclEntry
NetworkAclEntry. clone()
NetworkAclEntry
NetworkAclEntry. withCidrBlock(String cidrBlock)
The 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. 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.Methods in com.amazonaws.services.ec2.model that return types with arguments of type NetworkAclEntry Modifier and Type Method Description List<NetworkAclEntry>
NetworkAcl. getEntries()
One or more entries (rules) in the network ACL.Methods in com.amazonaws.services.ec2.model with parameters of type NetworkAclEntry Modifier and Type Method Description NetworkAcl
NetworkAcl. withEntries(NetworkAclEntry... entries)
One or more entries (rules) in the network ACL.Method parameters in com.amazonaws.services.ec2.model with type arguments of type NetworkAclEntry Modifier and Type Method 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.
-