Uses of Class
com.amazonaws.services.ec2.model.NetworkAclEntry

Packages that use NetworkAclEntry
com.amazonaws.services.ec2.model Classes modeling the various types represented by AmazonEC2. 
 

Uses of NetworkAclEntry in com.amazonaws.services.ec2.model
 

Methods in com.amazonaws.services.ec2.model that return NetworkAclEntry
 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
 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
 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
 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 © 2016. All rights reserved.