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 NetworkAclEntryNetworkAclEntry. clone()NetworkAclEntryNetworkAclEntry. withCidrBlock(String cidrBlock)The network range to allow or deny, in CIDR notation.NetworkAclEntryNetworkAclEntry. withEgress(Boolean egress)Indicates whether the rule is an egress rule (applied to traffic leaving the subnet).NetworkAclEntryNetworkAclEntry. withIcmpTypeCode(IcmpTypeCode icmpTypeCode)ICMP protocol: The ICMP type and code.NetworkAclEntryNetworkAclEntry. withPortRange(PortRange portRange)TCP or UDP protocols: The range of ports the rule applies to.NetworkAclEntryNetworkAclEntry. withProtocol(String protocol)The protocol.NetworkAclEntryNetworkAclEntry. withRuleAction(RuleAction ruleAction)Indicates whether to allow or deny the traffic that matches the rule.NetworkAclEntryNetworkAclEntry. withRuleAction(String ruleAction)Indicates whether to allow or deny the traffic that matches the rule.NetworkAclEntryNetworkAclEntry. 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 NetworkAclNetworkAcl. 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 voidNetworkAcl. setEntries(Collection<NetworkAclEntry> entries)One or more entries (rules) in the network ACL.NetworkAclNetworkAcl. withEntries(Collection<NetworkAclEntry> entries)One or more entries (rules) in the network ACL.
-