| Package | Description |
|---|---|
| com.amazonaws.services.fms.model |
| Modifier and Type | Method and Description |
|---|---|
NetworkAclPortRange |
NetworkAclPortRange.clone() |
NetworkAclPortRange |
NetworkAclEntry.getPortRange()
TCP or UDP protocols: The range of ports the rule applies to.
|
NetworkAclPortRange |
NetworkAclPortRange.withFrom(Integer from)
The beginning port number of the range.
|
NetworkAclPortRange |
NetworkAclPortRange.withTo(Integer to)
The ending port number of the range.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NetworkAclEntry.setPortRange(NetworkAclPortRange portRange)
TCP or UDP protocols: The range of ports the rule applies to.
|
NetworkAclEntry |
NetworkAclEntry.withPortRange(NetworkAclPortRange portRange)
TCP or UDP protocols: The range of ports the rule applies to.
|
Copyright © 2024. All rights reserved.