| Package | Description |
|---|---|
| com.amazonaws.services.elasticloadbalancingv2.model |
| Modifier and Type | Method and Description |
|---|---|
static ProtocolEnum |
ProtocolEnum.fromValue(String value)
Use this in place of valueOf.
|
static ProtocolEnum |
ProtocolEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProtocolEnum[] |
ProtocolEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ModifyTargetGroupRequest.setHealthCheckProtocol(ProtocolEnum healthCheckProtocol)
The protocol the load balancer uses when performing health checks on targets.
|
void |
CreateTargetGroupRequest.setHealthCheckProtocol(ProtocolEnum healthCheckProtocol)
The protocol the load balancer uses when performing health checks on targets.
|
void |
TargetGroup.setHealthCheckProtocol(ProtocolEnum healthCheckProtocol)
The protocol to use to connect with the target.
|
void |
Listener.setProtocol(ProtocolEnum protocol)
The protocol for connections from clients to the load balancer.
|
void |
ModifyListenerRequest.setProtocol(ProtocolEnum protocol)
The protocol for connections from clients to the load balancer.
|
void |
CreateListenerRequest.setProtocol(ProtocolEnum protocol)
The protocol for connections from clients to the load balancer.
|
void |
CreateTargetGroupRequest.setProtocol(ProtocolEnum protocol)
The protocol to use for routing traffic to the targets.
|
void |
TargetGroup.setProtocol(ProtocolEnum protocol)
The protocol to use for routing traffic to the targets.
|
ModifyTargetGroupRequest |
ModifyTargetGroupRequest.withHealthCheckProtocol(ProtocolEnum healthCheckProtocol)
The protocol the load balancer uses when performing health checks on targets.
|
CreateTargetGroupRequest |
CreateTargetGroupRequest.withHealthCheckProtocol(ProtocolEnum healthCheckProtocol)
The protocol the load balancer uses when performing health checks on targets.
|
TargetGroup |
TargetGroup.withHealthCheckProtocol(ProtocolEnum healthCheckProtocol)
The protocol to use to connect with the target.
|
Listener |
Listener.withProtocol(ProtocolEnum protocol)
The protocol for connections from clients to the load balancer.
|
ModifyListenerRequest |
ModifyListenerRequest.withProtocol(ProtocolEnum protocol)
The protocol for connections from clients to the load balancer.
|
CreateListenerRequest |
CreateListenerRequest.withProtocol(ProtocolEnum protocol)
The protocol for connections from clients to the load balancer.
|
CreateTargetGroupRequest |
CreateTargetGroupRequest.withProtocol(ProtocolEnum protocol)
The protocol to use for routing traffic to the targets.
|
TargetGroup |
TargetGroup.withProtocol(ProtocolEnum protocol)
The protocol to use for routing traffic to the targets.
|
Copyright © 2018. All rights reserved.