Uses of Interface
software.amazon.awssdk.services.ec2.model.TrafficMirrorPortRange.Builder
-
Packages that use TrafficMirrorPortRange.Builder Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of TrafficMirrorPortRange.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return TrafficMirrorPortRange.Builder Modifier and Type Method Description static TrafficMirrorPortRange.BuilderTrafficMirrorPortRange. builder()TrafficMirrorPortRange.BuilderTrafficMirrorPortRange.Builder. fromPort(Integer fromPort)The start of the Traffic Mirror port range.TrafficMirrorPortRange.BuilderTrafficMirrorPortRange. toBuilder()TrafficMirrorPortRange.BuilderTrafficMirrorPortRange.Builder. toPort(Integer toPort)The end of the Traffic Mirror port range.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type TrafficMirrorPortRange.Builder Modifier and Type Method Description static Class<? extends TrafficMirrorPortRange.Builder>TrafficMirrorPortRange. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type TrafficMirrorPortRange.Builder Modifier and Type Method Description default TrafficMirrorFilterRule.BuilderTrafficMirrorFilterRule.Builder. destinationPortRange(Consumer<TrafficMirrorPortRange.Builder> destinationPortRange)The destination port range assigned to the Traffic Mirror rule.default TrafficMirrorFilterRule.BuilderTrafficMirrorFilterRule.Builder. sourcePortRange(Consumer<TrafficMirrorPortRange.Builder> sourcePortRange)The source port range assigned to the Traffic Mirror rule.
-