Uses of Interface
software.amazon.awscdk.services.globalaccelerator.PortRange
Packages that use PortRange
Package
Description
AWS::GlobalAccelerator Construct Library
-
Uses of PortRange in software.amazon.awscdk.services.globalaccelerator
Classes in software.amazon.awscdk.services.globalaccelerator that implement PortRangeClasses in software.amazon.awscdk.services.globalaccelerator that implement interfaces with type arguments of type PortRangeMethods in software.amazon.awscdk.services.globalaccelerator that return PortRangeMethods in software.amazon.awscdk.services.globalaccelerator that return types with arguments of type PortRangeModifier and TypeMethodDescriptionListenerOptions.getPortRanges()
The list of port ranges for the connections from clients to the accelerator.ListenerOptions.Jsii$Proxy.getPortRanges()
ListenerProps.Jsii$Proxy.getPortRanges()
Method parameters in software.amazon.awscdk.services.globalaccelerator with type arguments of type PortRangeModifier and TypeMethodDescriptionListener.Builder.portRanges
(List<? extends PortRange> portRanges) The list of port ranges for the connections from clients to the accelerator.ListenerOptions.Builder.portRanges
(List<? extends PortRange> portRanges) Sets the value ofListenerOptions.getPortRanges()
ListenerProps.Builder.portRanges
(List<? extends PortRange> portRanges) Sets the value ofListenerOptions.getPortRanges()