| Package | Description |
|---|---|
| software.amazon.awscdk.services.elasticloadbalancingv2 |
Amazon Elastic Load Balancing V2 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default Protocol |
NetworkListenerLookupOptions.getListenerProtocol()
Protocol of the listener port.
|
Protocol |
NetworkListenerLookupOptions.Jsii$Proxy.getListenerProtocol() |
default Protocol |
HealthCheck.getProtocol()
The protocol the load balancer uses when performing health checks on targets.
|
Protocol |
HealthCheck.Jsii$Proxy.getProtocol() |
default Protocol |
AddNetworkTargetsProps.getProtocol()
Protocol for target group, expects TCP, TLS, UDP, or TCP_UDP.
|
Protocol |
AddNetworkTargetsProps.Jsii$Proxy.getProtocol() |
Protocol |
NetworkListenerProps.Jsii$Proxy.getProtocol() |
default Protocol |
NetworkTargetGroupProps.getProtocol()
Protocol for target group, expects TCP, TLS, UDP, or TCP_UDP.
|
Protocol |
NetworkTargetGroupProps.Jsii$Proxy.getProtocol() |
default Protocol |
BaseNetworkListenerProps.getProtocol()
Protocol for listener, expects TCP, TLS, UDP, or TCP_UDP.
|
Protocol |
BaseNetworkListenerProps.Jsii$Proxy.getProtocol() |
static Protocol |
Protocol.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Protocol[] |
Protocol.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
NetworkListenerLookupOptions.Builder |
NetworkListenerLookupOptions.Builder.listenerProtocol(Protocol listenerProtocol)
Sets the value of
NetworkListenerLookupOptions.getListenerProtocol() |
HealthCheck.Builder |
HealthCheck.Builder.protocol(Protocol protocol)
Sets the value of
HealthCheck.getProtocol() |
NetworkTargetGroup.Builder |
NetworkTargetGroup.Builder.protocol(Protocol protocol)
Protocol for target group, expects TCP, TLS, UDP, or TCP_UDP.
|
AddNetworkTargetsProps.Builder |
AddNetworkTargetsProps.Builder.protocol(Protocol protocol)
Sets the value of
AddNetworkTargetsProps.getProtocol() |
NetworkListener.Builder |
NetworkListener.Builder.protocol(Protocol protocol)
Protocol for listener, expects TCP, TLS, UDP, or TCP_UDP.
|
NetworkListenerProps.Builder |
NetworkListenerProps.Builder.protocol(Protocol protocol)
Sets the value of
BaseNetworkListenerProps.getProtocol() |
NetworkTargetGroupProps.Builder |
NetworkTargetGroupProps.Builder.protocol(Protocol protocol)
Sets the value of
NetworkTargetGroupProps.getProtocol() |
BaseNetworkListenerProps.Builder |
BaseNetworkListenerProps.Builder.protocol(Protocol protocol)
Sets the value of
BaseNetworkListenerProps.getProtocol() |
Copyright © 2022. All rights reserved.