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