| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsEc2NetworkAclEntry |
AwsEc2NetworkAclEntry.clone() |
AwsEc2NetworkAclEntry |
AwsEc2NetworkAclEntry.withCidrBlock(String cidrBlock)
The IPV4 network range for which to deny or allow access.
|
AwsEc2NetworkAclEntry |
AwsEc2NetworkAclEntry.withEgress(Boolean egress)
Whether the rule is an egress rule.
|
AwsEc2NetworkAclEntry |
AwsEc2NetworkAclEntry.withIcmpTypeCode(IcmpTypeCode icmpTypeCode)
The Internet Control Message Protocol (ICMP) type and code for which to deny or allow access.
|
AwsEc2NetworkAclEntry |
AwsEc2NetworkAclEntry.withIpv6CidrBlock(String ipv6CidrBlock)
The IPV6 network range for which to deny or allow access.
|
AwsEc2NetworkAclEntry |
AwsEc2NetworkAclEntry.withPortRange(PortRangeFromTo portRange)
For TCP or UDP protocols, the range of ports that the rule applies to.
|
AwsEc2NetworkAclEntry |
AwsEc2NetworkAclEntry.withProtocol(String protocol)
The protocol that the rule applies to.
|
AwsEc2NetworkAclEntry |
AwsEc2NetworkAclEntry.withRuleAction(String ruleAction)
Whether the rule is used to allow access or deny access.
|
AwsEc2NetworkAclEntry |
AwsEc2NetworkAclEntry.withRuleNumber(Integer ruleNumber)
The rule number.
|
| Modifier and Type | Method and Description |
|---|---|
List<AwsEc2NetworkAclEntry> |
AwsEc2NetworkAclDetails.getEntries()
The set of rules in the network ACL.
|
| Modifier and Type | Method and Description |
|---|---|
AwsEc2NetworkAclDetails |
AwsEc2NetworkAclDetails.withEntries(AwsEc2NetworkAclEntry... entries)
The set of rules in the network ACL.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AwsEc2NetworkAclDetails.setEntries(Collection<AwsEc2NetworkAclEntry> entries)
The set of rules in the network ACL.
|
AwsEc2NetworkAclDetails |
AwsEc2NetworkAclDetails.withEntries(Collection<AwsEc2NetworkAclEntry> entries)
The set of rules in the network ACL.
|
Copyright © 2023. All rights reserved.