Uses of Enum
software.amazon.awscdk.services.elasticloadbalancingv2.AlpnPolicy
Packages that use AlpnPolicy
Package
Description
Amazon Elastic Load Balancing V2 Construct Library
-
Uses of AlpnPolicy in software.amazon.awscdk.services.elasticloadbalancingv2
Methods in software.amazon.awscdk.services.elasticloadbalancingv2 that return AlpnPolicyModifier and TypeMethodDescriptiondefault AlpnPolicy
BaseNetworkListenerProps.getAlpnPolicy()
Application-Layer Protocol Negotiation (ALPN) is a TLS extension that is sent on the initial TLS handshake hello messages.final AlpnPolicy
BaseNetworkListenerProps.Jsii$Proxy.getAlpnPolicy()
final AlpnPolicy
NetworkListenerProps.Jsii$Proxy.getAlpnPolicy()
static AlpnPolicy
Returns the enum constant of this type with the specified name.static AlpnPolicy[]
AlpnPolicy.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awscdk.services.elasticloadbalancingv2 with parameters of type AlpnPolicyModifier and TypeMethodDescriptionBaseNetworkListenerProps.Builder.alpnPolicy
(AlpnPolicy alpnPolicy) Sets the value ofBaseNetworkListenerProps.getAlpnPolicy()
NetworkListener.Builder.alpnPolicy
(AlpnPolicy alpnPolicy) Application-Layer Protocol Negotiation (ALPN) is a TLS extension that is sent on the initial TLS handshake hello messages.NetworkListenerProps.Builder.alpnPolicy
(AlpnPolicy alpnPolicy) Sets the value ofBaseNetworkListenerProps.getAlpnPolicy()