| Package | Description |
|---|---|
| software.amazon.awscdk.services.elasticloadbalancing |
| Modifier and Type | Method and Description |
|---|---|
LoadBalancingProtocol |
LoadBalancerListener.getExternalProtocol()
What public protocol to use for load balancing
Either 'tcp', 'ssl', 'http' or 'https'.
|
LoadBalancingProtocol |
LoadBalancerListener.Jsii$Proxy.getExternalProtocol()
What public protocol to use for load balancing
Either 'tcp', 'ssl', 'http' or 'https'.
|
LoadBalancingProtocol |
LoadBalancerListener.getInternalProtocol()
What public protocol to use for load balancing
Either 'tcp', 'ssl', 'http' or 'https'.
|
LoadBalancingProtocol |
LoadBalancerListener.Jsii$Proxy.getInternalProtocol()
What public protocol to use for load balancing
Either 'tcp', 'ssl', 'http' or 'https'.
|
LoadBalancingProtocol |
HealthCheck.getProtocol()
What protocol to use for health checking
The protocol is automatically determined from the port if it's not supplied.
|
LoadBalancingProtocol |
HealthCheck.Jsii$Proxy.getProtocol()
What protocol to use for health checking
The protocol is automatically determined from the port if it's not supplied.
|
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 |
|---|---|
void |
LoadBalancerListener.setExternalProtocol(LoadBalancingProtocol value)
What public protocol to use for load balancing
Either 'tcp', 'ssl', 'http' or 'https'.
|
void |
LoadBalancerListener.Jsii$Proxy.setExternalProtocol(LoadBalancingProtocol value)
What public protocol to use for load balancing
Either 'tcp', 'ssl', 'http' or 'https'.
|
void |
LoadBalancerListener.setInternalProtocol(LoadBalancingProtocol value)
What public protocol to use for load balancing
Either 'tcp', 'ssl', 'http' or 'https'.
|
void |
LoadBalancerListener.Jsii$Proxy.setInternalProtocol(LoadBalancingProtocol value)
What public protocol to use for load balancing
Either 'tcp', 'ssl', 'http' or 'https'.
|
void |
HealthCheck.setProtocol(LoadBalancingProtocol value)
What protocol to use for health checking
The protocol is automatically determined from the port if it's not supplied.
|
void |
HealthCheck.Jsii$Proxy.setProtocol(LoadBalancingProtocol value)
What protocol to use for health checking
The protocol is automatically determined from the port if it's not supplied.
|
LoadBalancerListener.Builder |
LoadBalancerListener.Builder.withExternalProtocol(LoadBalancingProtocol value)
Sets the value of ExternalProtocol
|
LoadBalancerListener.Builder |
LoadBalancerListener.Builder.withInternalProtocol(LoadBalancingProtocol value)
Sets the value of InternalProtocol
|
HealthCheck.Builder |
HealthCheck.Builder.withProtocol(LoadBalancingProtocol value)
Sets the value of Protocol
|
Copyright © 2018. All rights reserved.