Uses of Enum
software.amazon.awscdk.services.globalaccelerator.ConnectionProtocol
Packages that use ConnectionProtocol
Package
Description
AWS::GlobalAccelerator Construct Library
-
Uses of ConnectionProtocol in software.amazon.awscdk.services.globalaccelerator
Methods in software.amazon.awscdk.services.globalaccelerator that return ConnectionProtocolModifier and TypeMethodDescriptiondefault ConnectionProtocolListenerOptions.getProtocol()The protocol for the connections from clients to the accelerator.final ConnectionProtocolListenerOptions.Jsii$Proxy.getProtocol()final ConnectionProtocolListenerProps.Jsii$Proxy.getProtocol()static ConnectionProtocolReturns the enum constant of this type with the specified name.static ConnectionProtocol[]ConnectionProtocol.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awscdk.services.globalaccelerator with parameters of type ConnectionProtocolModifier and TypeMethodDescriptionListener.Builder.protocol(ConnectionProtocol protocol) The protocol for the connections from clients to the accelerator.ListenerOptions.Builder.protocol(ConnectionProtocol protocol) Sets the value ofListenerOptions.getProtocol()ListenerProps.Builder.protocol(ConnectionProtocol protocol) Sets the value ofListenerOptions.getProtocol()