Uses of Class
com.amazonaws.services.ec2.model.NetworkAclEntry
Packages that use NetworkAclEntry
-
Uses of NetworkAclEntry in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return NetworkAclEntryModifier and TypeMethodDescriptionNetworkAclEntry.clone()
NetworkAclEntry.withCidrBlock
(String cidrBlock) The network range to allow or deny, in CIDR notation.NetworkAclEntry.withEgress
(Boolean egress) Indicates whether the rule is an egress rule (applied to traffic leaving the subnet).NetworkAclEntry.withIcmpTypeCode
(IcmpTypeCode icmpTypeCode) ICMP protocol: The ICMP type and code.NetworkAclEntry.withPortRange
(PortRange portRange) TCP or UDP protocols: The range of ports the rule applies to.NetworkAclEntry.withProtocol
(String protocol) The protocol.NetworkAclEntry.withRuleAction
(RuleAction ruleAction) Indicates whether to allow or deny the traffic that matches the rule.NetworkAclEntry.withRuleAction
(String ruleAction) Indicates whether to allow or deny the traffic that matches the rule.NetworkAclEntry.withRuleNumber
(Integer ruleNumber) The rule number for the entry.Methods in com.amazonaws.services.ec2.model that return types with arguments of type NetworkAclEntryModifier and TypeMethodDescriptionNetworkAcl.getEntries()
One or more entries (rules) in the network ACL.Methods in com.amazonaws.services.ec2.model with parameters of type NetworkAclEntryModifier and TypeMethodDescriptionNetworkAcl.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 NetworkAclEntryModifier and TypeMethodDescriptionvoid
NetworkAcl.setEntries
(Collection<NetworkAclEntry> entries) One or more entries (rules) in the network ACL.NetworkAcl.withEntries
(Collection<NetworkAclEntry> entries) One or more entries (rules) in the network ACL.