Uses of Enum
software.amazon.awssdk.services.elasticloadbalancingv2.model.ProtocolEnum
Packages that use ProtocolEnum
-
Uses of ProtocolEnum in software.amazon.awssdk.services.elasticloadbalancingv2.model
Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model that return ProtocolEnumModifier and TypeMethodDescriptionstatic ProtocolEnumUse this in place of valueOf to convert the raw string returned by the service into the enum value.final ProtocolEnumCreateTargetGroupRequest.healthCheckProtocol()The protocol the load balancer uses when performing health checks on targets.final ProtocolEnumModifyTargetGroupRequest.healthCheckProtocol()The protocol the load balancer uses when performing health checks on targets.final ProtocolEnumTargetGroup.healthCheckProtocol()The protocol to use to connect with the target.final ProtocolEnumCreateListenerRequest.protocol()The protocol for connections from clients to the load balancer.final ProtocolEnumCreateTargetGroupRequest.protocol()The protocol to use for routing traffic to the targets.final ProtocolEnumListener.protocol()The protocol for connections from clients to the load balancer.final ProtocolEnumModifyListenerRequest.protocol()The protocol for connections from clients to the load balancer.final ProtocolEnumTargetGroup.protocol()The protocol to use for routing traffic to the targets.static ProtocolEnumReturns 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 ProtocolEnumMethods in software.amazon.awssdk.services.elasticloadbalancingv2.model with parameters of type ProtocolEnumModifier and TypeMethodDescriptionCreateTargetGroupRequest.Builder.healthCheckProtocol(ProtocolEnum healthCheckProtocol) The protocol the load balancer uses when performing health checks on targets.ModifyTargetGroupRequest.Builder.healthCheckProtocol(ProtocolEnum healthCheckProtocol) The protocol the load balancer uses when performing health checks on targets.TargetGroup.Builder.healthCheckProtocol(ProtocolEnum healthCheckProtocol) The protocol to use to connect with the target.CreateListenerRequest.Builder.protocol(ProtocolEnum protocol) The protocol for connections from clients to the load balancer.CreateTargetGroupRequest.Builder.protocol(ProtocolEnum protocol) The protocol to use for routing traffic to the targets.Listener.Builder.protocol(ProtocolEnum protocol) The protocol for connections from clients to the load balancer.ModifyListenerRequest.Builder.protocol(ProtocolEnum protocol) The protocol for connections from clients to the load balancer.TargetGroup.Builder.protocol(ProtocolEnum protocol) The protocol to use for routing traffic to the targets.