Uses of Enum
software.amazon.awscdk.services.elasticloadbalancingv2.Protocol
Packages that use Protocol
Package
Description
Amazon Elastic Load Balancing V2 Construct Library
-
Uses of Protocol in software.amazon.awscdk.services.elasticloadbalancingv2
Methods in software.amazon.awscdk.services.elasticloadbalancingv2 that return ProtocolModifier and TypeMethodDescriptiondefault ProtocolNetworkListenerLookupOptions.getListenerProtocol()Protocol of the listener port.final ProtocolNetworkListenerLookupOptions.Jsii$Proxy.getListenerProtocol()default ProtocolAddNetworkTargetsProps.getProtocol()Protocol for target group, expects TCP, TLS, UDP, or TCP_UDP.final ProtocolAddNetworkTargetsProps.Jsii$Proxy.getProtocol()default ProtocolBaseNetworkListenerProps.getProtocol()Protocol for listener, expects TCP, TLS, UDP, or TCP_UDP.final ProtocolBaseNetworkListenerProps.Jsii$Proxy.getProtocol()default ProtocolHealthCheck.getProtocol()The protocol the load balancer uses when performing health checks on targets.final ProtocolHealthCheck.Jsii$Proxy.getProtocol()final ProtocolNetworkListenerProps.Jsii$Proxy.getProtocol()default ProtocolNetworkTargetGroupProps.getProtocol()Protocol for target group, expects TCP, TLS, UDP, or TCP_UDP.final ProtocolNetworkTargetGroupProps.Jsii$Proxy.getProtocol()static ProtocolReturns the enum constant of this type with the specified name.static Protocol[]Protocol.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awscdk.services.elasticloadbalancingv2 with parameters of type ProtocolModifier and TypeMethodDescriptionNetworkListenerLookupOptions.Builder.listenerProtocol(Protocol listenerProtocol) Sets the value ofNetworkListenerLookupOptions.getListenerProtocol()Sets the value ofAddNetworkTargetsProps.getProtocol()Sets the value ofBaseNetworkListenerProps.getProtocol()Sets the value ofHealthCheck.getProtocol()Protocol for listener, expects TCP, TLS, UDP, or TCP_UDP.Sets the value ofBaseNetworkListenerProps.getProtocol()Protocol for target group, expects TCP, TLS, UDP, or TCP_UDP.Sets the value ofNetworkTargetGroupProps.getProtocol()