| Package | Description |
|---|---|
| software.amazon.awscdk.services.elasticloadbalancingv2 |
Amazon Elastic Load Balancing V2 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
AlpnPolicy |
NetworkListenerProps.Jsii$Proxy.getAlpnPolicy() |
default AlpnPolicy |
BaseNetworkListenerProps.getAlpnPolicy()
Application-Layer Protocol Negotiation (ALPN) is a TLS extension that is sent on the initial TLS handshake hello messages.
|
AlpnPolicy |
BaseNetworkListenerProps.Jsii$Proxy.getAlpnPolicy() |
static AlpnPolicy |
AlpnPolicy.valueOf(String name)
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.
|
| Modifier and Type | Method and Description |
|---|---|
NetworkListener.Builder |
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 |
NetworkListenerProps.Builder.alpnPolicy(AlpnPolicy alpnPolicy)
Sets the value of
BaseNetworkListenerProps.getAlpnPolicy() |
BaseNetworkListenerProps.Builder |
BaseNetworkListenerProps.Builder.alpnPolicy(AlpnPolicy alpnPolicy)
Sets the value of
BaseNetworkListenerProps.getAlpnPolicy() |
Copyright © 2022. All rights reserved.