Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
TrafficMirrorPortRange |
TrafficMirrorPortRange.clone() |
TrafficMirrorPortRange |
TrafficMirrorFilterRule.getDestinationPortRange()
The destination port range assigned to the Traffic Mirror rule.
|
TrafficMirrorPortRange |
TrafficMirrorFilterRule.getSourcePortRange()
The source port range assigned to the Traffic Mirror rule.
|
TrafficMirrorPortRange |
TrafficMirrorPortRange.withFromPort(Integer fromPort)
The start of the Traffic Mirror port range.
|
TrafficMirrorPortRange |
TrafficMirrorPortRange.withToPort(Integer toPort)
The end of the Traffic Mirror port range.
|
Modifier and Type | Method and Description |
---|---|
void |
TrafficMirrorFilterRule.setDestinationPortRange(TrafficMirrorPortRange destinationPortRange)
The destination port range assigned to the Traffic Mirror rule.
|
void |
TrafficMirrorFilterRule.setSourcePortRange(TrafficMirrorPortRange sourcePortRange)
The source port range assigned to the Traffic Mirror rule.
|
TrafficMirrorFilterRule |
TrafficMirrorFilterRule.withDestinationPortRange(TrafficMirrorPortRange destinationPortRange)
The destination port range assigned to the Traffic Mirror rule.
|
TrafficMirrorFilterRule |
TrafficMirrorFilterRule.withSourcePortRange(TrafficMirrorPortRange sourcePortRange)
The source port range assigned to the Traffic Mirror rule.
|
Copyright © 2021. All rights reserved.