| 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 |
AnalysisAclRule.portRange()
The range of ports.
|
PortRange |
ReplaceNetworkAclEntryRequest.portRange()
TCP or UDP protocols: The range of ports the rule applies to.
|
PortRange |
AnalysisSecurityGroupRule.portRange()
The port range.
|
PortRange |
CreateNetworkAclEntryRequest.portRange()
TCP or UDP protocols: The range of ports the rule applies to.
|
| Modifier and Type | Method and Description |
|---|---|
List<PortRange> |
AnalysisPacketHeader.destinationPortRanges()
The destination port ranges.
|
List<PortRange> |
Explanation.portRanges()
The port ranges.
|
List<PortRange> |
AnalysisPacketHeader.sourcePortRanges()
The source port ranges.
|
| Modifier and Type | Method and Description |
|---|---|
AnalysisPacketHeader.Builder |
AnalysisPacketHeader.Builder.destinationPortRanges(PortRange... destinationPortRanges)
The destination port ranges.
|
NetworkAclEntry.Builder |
NetworkAclEntry.Builder.portRange(PortRange portRange)
TCP or UDP protocols: The range of ports the rule applies to.
|
AnalysisAclRule.Builder |
AnalysisAclRule.Builder.portRange(PortRange portRange)
The range of ports.
|
ReplaceNetworkAclEntryRequest.Builder |
ReplaceNetworkAclEntryRequest.Builder.portRange(PortRange portRange)
TCP or UDP protocols: The range of ports the rule applies to.
|
AnalysisSecurityGroupRule.Builder |
AnalysisSecurityGroupRule.Builder.portRange(PortRange portRange)
The port range.
|
CreateNetworkAclEntryRequest.Builder |
CreateNetworkAclEntryRequest.Builder.portRange(PortRange portRange)
TCP or UDP protocols: The range of ports the rule applies to.
|
Explanation.Builder |
Explanation.Builder.portRanges(PortRange... portRanges)
The port ranges.
|
AnalysisPacketHeader.Builder |
AnalysisPacketHeader.Builder.sourcePortRanges(PortRange... sourcePortRanges)
The source port ranges.
|
| Modifier and Type | Method and Description |
|---|---|
AnalysisPacketHeader.Builder |
AnalysisPacketHeader.Builder.destinationPortRanges(Collection<PortRange> destinationPortRanges)
The destination port ranges.
|
Explanation.Builder |
Explanation.Builder.portRanges(Collection<PortRange> portRanges)
The port ranges.
|
AnalysisPacketHeader.Builder |
AnalysisPacketHeader.Builder.sourcePortRanges(Collection<PortRange> sourcePortRanges)
The source port ranges.
|
Copyright © 2022. All rights reserved.