| Package | Description |
|---|---|
| com.amazonaws.services.finspace.model |
| Modifier and Type | Method and Description |
|---|---|
PortRange |
PortRange.clone() |
PortRange |
NetworkACLEntry.getPortRange()
The range of ports the rule applies to.
|
PortRange |
PortRange.withFrom(Integer from)
The first port in the range.
|
PortRange |
PortRange.withTo(Integer to)
The last port in the range.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NetworkACLEntry.setPortRange(PortRange portRange)
The range of ports the rule applies to.
|
NetworkACLEntry |
NetworkACLEntry.withPortRange(PortRange portRange)
The range of ports the rule applies to.
|
Copyright © 2025. All rights reserved.