| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
PortRangeFromTo |
PortRangeFromTo.clone() |
PortRangeFromTo |
AwsEc2NetworkAclEntry.getPortRange()
For TCP or UDP protocols, the range of ports that the rule applies to.
|
PortRangeFromTo |
PortRangeFromTo.withFrom(Integer from)
The first port in the port range.
|
PortRangeFromTo |
PortRangeFromTo.withTo(Integer to)
The last port in the port range.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AwsEc2NetworkAclEntry.setPortRange(PortRangeFromTo portRange)
For TCP or UDP protocols, the range of ports that the rule applies to.
|
AwsEc2NetworkAclEntry |
AwsEc2NetworkAclEntry.withPortRange(PortRangeFromTo portRange)
For TCP or UDP protocols, the range of ports that the rule applies to.
|
Copyright © 2021. All rights reserved.