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 AlpnPolicyBaseNetworkListenerProps.getAlpnPolicy()Application-Layer Protocol Negotiation (ALPN) is a TLS extension that is sent on the initial TLS handshake hello messages.final AlpnPolicyBaseNetworkListenerProps.Jsii$Proxy.getAlpnPolicy()final AlpnPolicyNetworkListenerProps.Jsii$Proxy.getAlpnPolicy()static AlpnPolicyReturns 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()