Uses of Interface
software.amazon.awssdk.services.ec2.model.TrafficMirrorPortRange.Builder
Packages that use TrafficMirrorPortRange.Builder
-
Uses of TrafficMirrorPortRange.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return TrafficMirrorPortRange.BuilderModifier and TypeMethodDescriptionTrafficMirrorPortRange.builder()The start of the Traffic Mirror port range.TrafficMirrorPortRange.toBuilder()The end of the Traffic Mirror port range.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type TrafficMirrorPortRange.BuilderModifier and TypeMethodDescriptionstatic Class<? extends TrafficMirrorPortRange.Builder>TrafficMirrorPortRange.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type TrafficMirrorPortRange.BuilderModifier and TypeMethodDescriptiondefault 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.