| Package | Description |
|---|---|
| software.amazon.awscdk.services.elasticloadbalancing |
Amazon Elastic Load Balancing Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default LoadBalancingProtocol |
LoadBalancerListener.getExternalProtocol()
What public protocol to use for load balancing.
|
LoadBalancingProtocol |
LoadBalancerListener.Jsii$Proxy.getExternalProtocol() |
default LoadBalancingProtocol |
LoadBalancerListener.getInternalProtocol()
What public protocol to use for load balancing.
|
LoadBalancingProtocol |
LoadBalancerListener.Jsii$Proxy.getInternalProtocol() |
default LoadBalancingProtocol |
HealthCheck.getProtocol()
What protocol to use for health checking.
|
LoadBalancingProtocol |
HealthCheck.Jsii$Proxy.getProtocol() |
static LoadBalancingProtocol |
LoadBalancingProtocol.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LoadBalancingProtocol[] |
LoadBalancingProtocol.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
LoadBalancerListener.Builder |
LoadBalancerListener.Builder.externalProtocol(LoadBalancingProtocol externalProtocol)
Sets the value of
LoadBalancerListener.getExternalProtocol() |
LoadBalancerListener.Builder |
LoadBalancerListener.Builder.internalProtocol(LoadBalancingProtocol internalProtocol)
Sets the value of
LoadBalancerListener.getInternalProtocol() |
HealthCheck.Builder |
HealthCheck.Builder.protocol(LoadBalancingProtocol protocol)
Sets the value of
HealthCheck.getProtocol() |
Copyright © 2022. All rights reserved.