Uses of Class
software.amazon.awssdk.services.ec2.model.TrafficMirrorPortRange
-
Packages that use TrafficMirrorPortRange Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of TrafficMirrorPortRange in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return TrafficMirrorPortRange Modifier and Type Method Description TrafficMirrorPortRangeTrafficMirrorFilterRule. destinationPortRange()The destination port range assigned to the Traffic Mirror rule.TrafficMirrorPortRangeTrafficMirrorFilterRule. sourcePortRange()The source port range assigned to the Traffic Mirror rule.Methods in software.amazon.awssdk.services.ec2.model with parameters of type TrafficMirrorPortRange Modifier and Type Method Description TrafficMirrorFilterRule.BuilderTrafficMirrorFilterRule.Builder. destinationPortRange(TrafficMirrorPortRange destinationPortRange)The destination port range assigned to the Traffic Mirror rule.TrafficMirrorFilterRule.BuilderTrafficMirrorFilterRule.Builder. sourcePortRange(TrafficMirrorPortRange sourcePortRange)The source port range assigned to the Traffic Mirror rule.
-