Uses of Class
software.amazon.awssdk.services.elasticloadbalancingv2.model.ProtocolEnum
-
Packages that use ProtocolEnum Package Description software.amazon.awssdk.services.elasticloadbalancingv2.model -
-
Uses of ProtocolEnum in software.amazon.awssdk.services.elasticloadbalancingv2.model
Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model that return ProtocolEnum Modifier and Type Method Description static ProtocolEnumProtocolEnum. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ProtocolEnumCreateTargetGroupRequest. healthCheckProtocol()The protocol the load balancer uses when performing health checks on targets.ProtocolEnumModifyTargetGroupRequest. healthCheckProtocol()The protocol the load balancer uses when performing health checks on targets.ProtocolEnumTargetGroup. healthCheckProtocol()The protocol to use to connect with the target.ProtocolEnumCreateListenerRequest. protocol()The protocol for connections from clients to the load balancer.ProtocolEnumCreateTargetGroupRequest. protocol()The protocol to use for routing traffic to the targets.ProtocolEnumListener. protocol()The protocol for connections from clients to the load balancer.ProtocolEnumModifyListenerRequest. protocol()The protocol for connections from clients to the load balancer.ProtocolEnumTargetGroup. protocol()The protocol to use for routing traffic to the targets.static ProtocolEnumProtocolEnum. 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.Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model that return types with arguments of type ProtocolEnum Modifier and Type Method Description static Set<ProtocolEnum>ProtocolEnum. knownValues()Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model with parameters of type ProtocolEnum Modifier and Type Method Description CreateTargetGroupRequest.BuilderCreateTargetGroupRequest.Builder. healthCheckProtocol(ProtocolEnum healthCheckProtocol)The protocol the load balancer uses when performing health checks on targets.ModifyTargetGroupRequest.BuilderModifyTargetGroupRequest.Builder. healthCheckProtocol(ProtocolEnum healthCheckProtocol)The protocol the load balancer uses when performing health checks on targets.TargetGroup.BuilderTargetGroup.Builder. healthCheckProtocol(ProtocolEnum healthCheckProtocol)The protocol to use to connect with the target.CreateListenerRequest.BuilderCreateListenerRequest.Builder. protocol(ProtocolEnum protocol)The protocol for connections from clients to the load balancer.CreateTargetGroupRequest.BuilderCreateTargetGroupRequest.Builder. protocol(ProtocolEnum protocol)The protocol to use for routing traffic to the targets.Listener.BuilderListener.Builder. protocol(ProtocolEnum protocol)The protocol for connections from clients to the load balancer.ModifyListenerRequest.BuilderModifyListenerRequest.Builder. protocol(ProtocolEnum protocol)The protocol for connections from clients to the load balancer.TargetGroup.BuilderTargetGroup.Builder. protocol(ProtocolEnum protocol)The protocol to use for routing traffic to the targets.
-