Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
PortRange |
PortRange.clone() |
PortRange |
AnalysisSecurityGroupRule.getPortRange()
The port range.
|
PortRange |
AnalysisAclRule.getPortRange()
The range of ports.
|
PortRange |
NetworkAclEntry.getPortRange()
TCP or UDP protocols: The range of ports the rule applies to.
|
PortRange |
CreateNetworkAclEntryRequest.getPortRange()
TCP or UDP protocols: The range of ports the rule applies to.
|
PortRange |
ReplaceNetworkAclEntryRequest.getPortRange()
TCP or UDP protocols: 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 |
---|---|
List<PortRange> |
AnalysisPacketHeader.getDestinationPortRanges()
The destination port ranges.
|
List<PortRange> |
Explanation.getPortRanges()
The port ranges.
|
List<PortRange> |
AnalysisPacketHeader.getSourcePortRanges()
The source port ranges.
|
Modifier and Type | Method and Description |
---|---|
void |
AnalysisSecurityGroupRule.setPortRange(PortRange portRange)
The port range.
|
void |
AnalysisAclRule.setPortRange(PortRange portRange)
The range of ports.
|
void |
NetworkAclEntry.setPortRange(PortRange portRange)
TCP or UDP protocols: The range of ports the rule applies to.
|
void |
CreateNetworkAclEntryRequest.setPortRange(PortRange portRange)
TCP or UDP protocols: The range of ports the rule applies to.
|
void |
ReplaceNetworkAclEntryRequest.setPortRange(PortRange portRange)
TCP or UDP protocols: The range of ports the rule applies to.
|
AnalysisPacketHeader |
AnalysisPacketHeader.withDestinationPortRanges(PortRange... destinationPortRanges)
The destination port ranges.
|
AnalysisSecurityGroupRule |
AnalysisSecurityGroupRule.withPortRange(PortRange portRange)
The port range.
|
AnalysisAclRule |
AnalysisAclRule.withPortRange(PortRange portRange)
The range of ports.
|
NetworkAclEntry |
NetworkAclEntry.withPortRange(PortRange portRange)
TCP or UDP protocols: The range of ports the rule applies to.
|
CreateNetworkAclEntryRequest |
CreateNetworkAclEntryRequest.withPortRange(PortRange portRange)
TCP or UDP protocols: The range of ports the rule applies to.
|
ReplaceNetworkAclEntryRequest |
ReplaceNetworkAclEntryRequest.withPortRange(PortRange portRange)
TCP or UDP protocols: The range of ports the rule applies to.
|
Explanation |
Explanation.withPortRanges(PortRange... portRanges)
The port ranges.
|
AnalysisPacketHeader |
AnalysisPacketHeader.withSourcePortRanges(PortRange... sourcePortRanges)
The source port ranges.
|
Modifier and Type | Method and Description |
---|---|
void |
AnalysisPacketHeader.setDestinationPortRanges(Collection<PortRange> destinationPortRanges)
The destination port ranges.
|
void |
Explanation.setPortRanges(Collection<PortRange> portRanges)
The port ranges.
|
void |
AnalysisPacketHeader.setSourcePortRanges(Collection<PortRange> sourcePortRanges)
The source port ranges.
|
AnalysisPacketHeader |
AnalysisPacketHeader.withDestinationPortRanges(Collection<PortRange> destinationPortRanges)
The destination port ranges.
|
Explanation |
Explanation.withPortRanges(Collection<PortRange> portRanges)
The port ranges.
|
AnalysisPacketHeader |
AnalysisPacketHeader.withSourcePortRanges(Collection<PortRange> sourcePortRanges)
The source port ranges.
|
Copyright © 2022. All rights reserved.