| Package | Description |
|---|---|
| software.amazon.awssdk.services.elasticloadbalancingv2.model |
| Modifier and Type | Method and Description |
|---|---|
static ProtocolEnum |
ProtocolEnum.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ProtocolEnum |
ModifyTargetGroupRequest.healthCheckProtocol()
The protocol the load balancer uses when performing health checks on targets.
|
ProtocolEnum |
TargetGroup.healthCheckProtocol()
The protocol to use to connect with the target.
|
ProtocolEnum |
CreateTargetGroupRequest.healthCheckProtocol()
The protocol the load balancer uses when performing health checks on targets.
|
ProtocolEnum |
ModifyListenerRequest.protocol()
The protocol for connections from clients to the load balancer.
|
ProtocolEnum |
CreateListenerRequest.protocol()
The protocol for connections from clients to the load balancer.
|
ProtocolEnum |
TargetGroup.protocol()
The protocol to use for routing traffic to the targets.
|
ProtocolEnum |
CreateTargetGroupRequest.protocol()
The protocol to use for routing traffic to the targets.
|
ProtocolEnum |
Listener.protocol()
The protocol for connections from clients to the load balancer.
|
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 |
|---|---|
static Set<ProtocolEnum> |
ProtocolEnum.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ModifyTargetGroupRequest.Builder |
ModifyTargetGroupRequest.Builder.healthCheckProtocol(ProtocolEnum healthCheckProtocol)
The protocol the load balancer uses when performing health checks on targets.
|
TargetGroup.Builder |
TargetGroup.Builder.healthCheckProtocol(ProtocolEnum healthCheckProtocol)
The protocol to use to connect with the target.
|
CreateTargetGroupRequest.Builder |
CreateTargetGroupRequest.Builder.healthCheckProtocol(ProtocolEnum healthCheckProtocol)
The protocol the load balancer uses when performing health checks on targets.
|
ModifyListenerRequest.Builder |
ModifyListenerRequest.Builder.protocol(ProtocolEnum protocol)
The protocol for connections from clients to the load balancer.
|
CreateListenerRequest.Builder |
CreateListenerRequest.Builder.protocol(ProtocolEnum protocol)
The protocol for connections from clients to the load balancer.
|
TargetGroup.Builder |
TargetGroup.Builder.protocol(ProtocolEnum protocol)
The protocol to use for routing traffic to the targets.
|
CreateTargetGroupRequest.Builder |
CreateTargetGroupRequest.Builder.protocol(ProtocolEnum protocol)
The protocol to use for routing traffic to the targets.
|
Listener.Builder |
Listener.Builder.protocol(ProtocolEnum protocol)
The protocol for connections from clients to the load balancer.
|
Copyright © 2023. All rights reserved.