| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
PortRange |
NetworkAclEntry.portRange()
TCP or UDP protocols: The range of ports the rule applies to.
|
PortRange |
CreateNetworkAclEntryRequest.portRange()
TCP or UDP protocols: The range of ports the rule applies to.
|
PortRange |
ReplaceNetworkAclEntryRequest.portRange()
TCP or UDP protocols: The range of ports the rule applies to.
|
| Modifier and Type | Method and Description |
|---|---|
NetworkAclEntry.Builder |
NetworkAclEntry.Builder.portRange(PortRange portRange)
TCP or UDP protocols: The range of ports the rule applies to.
|
CreateNetworkAclEntryRequest.Builder |
CreateNetworkAclEntryRequest.Builder.portRange(PortRange portRange)
TCP or UDP protocols: The range of ports the rule applies to.
|
ReplaceNetworkAclEntryRequest.Builder |
ReplaceNetworkAclEntryRequest.Builder.portRange(PortRange portRange)
TCP or UDP protocols: The range of ports the rule applies to.
|
Copyright © 2020. All rights reserved.