Package | Description |
---|---|
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<NetworkAclEntry> |
NetworkAcl.entries
One or more entries (rules) in the network ACL.
|
Modifier and Type | Method and Description |
---|---|
NetworkAclEntry |
NetworkAclEntry.clone() |
NetworkAclEntry |
NetworkAclEntry.withCidrBlock(java.lang.String cidrBlock)
The network range to allow or deny, in CIDR notation.
|
NetworkAclEntry |
NetworkAclEntry.withEgress(java.lang.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(java.lang.String protocol)
The protocol.
|
NetworkAclEntry |
NetworkAclEntry.withRuleAction(RuleAction ruleAction)
Indicates whether to allow or deny the traffic that matches the rule.
|
NetworkAclEntry |
NetworkAclEntry.withRuleAction(java.lang.String ruleAction)
Indicates whether to allow or deny the traffic that matches the rule.
|
NetworkAclEntry |
NetworkAclEntry.withRuleNumber(java.lang.Integer ruleNumber)
The rule number for the entry.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<NetworkAclEntry> entries)
One or more entries (rules) in the network ACL.
|
NetworkAcl |
NetworkAcl.withEntries(java.util.Collection<NetworkAclEntry> entries)
One or more entries (rules) in the network ACL.
|
Modifier and Type | Method and Description |
---|---|
NetworkAclEntry |
NetworkAclEntryStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |