Uses of Interface
software.amazon.awscdk.services.elasticloadbalancingv2.INetworkListener
Packages that use INetworkListener
Package
Description
AWS APIGatewayv2 Integrations
Amazon Elastic Load Balancing V2 Construct Library
-
Uses of INetworkListener in software.amazon.awscdk.aws_apigatewayv2_integrations
Methods in software.amazon.awscdk.aws_apigatewayv2_integrations with parameters of type INetworkListenerModifier and TypeMethodDescriptionstatic HttpNlbIntegration.BuilderHttpNlbIntegration.Builder.create(String id, INetworkListener listener) Constructors in software.amazon.awscdk.aws_apigatewayv2_integrations with parameters of type INetworkListenerModifierConstructorDescriptionHttpNlbIntegration(String id, INetworkListener listener) HttpNlbIntegration(String id, INetworkListener listener, HttpNlbIntegrationProps props) -
Uses of INetworkListener in software.amazon.awscdk.services.elasticloadbalancingv2
Subinterfaces of INetworkListener in software.amazon.awscdk.services.elasticloadbalancingv2Modifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forINetworkListener.Classes in software.amazon.awscdk.services.elasticloadbalancingv2 that implement INetworkListenerModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type.classDefine a Network Listener.Methods in software.amazon.awscdk.services.elasticloadbalancingv2 that return INetworkListenerModifier and TypeMethodDescriptionstatic INetworkListenerNetworkListener.fromLookup(software.constructs.Construct scope, String id, NetworkListenerLookupOptions options) Looks up a network listener.static INetworkListenerNetworkListener.fromNetworkListenerArn(software.constructs.Construct scope, String id, String networkListenerArn) Import an existing listener.Methods in software.amazon.awscdk.services.elasticloadbalancingv2 with parameters of type INetworkListenerModifier and TypeMethodDescriptionvoidNetworkListenerAction.bind(software.constructs.Construct scope, INetworkListener listener) Called when the action is being used in a listener.default voidINetworkTargetGroup.Jsii$Default.registerListener(INetworkListener listener) Register a listener that is load balancing to this target group.final voidINetworkTargetGroup.Jsii$Proxy.registerListener(INetworkListener listener) Register a listener that is load balancing to this target group.voidINetworkTargetGroup.registerListener(INetworkListener listener) Register a listener that is load balancing to this target group.voidNetworkTargetGroup.registerListener(INetworkListener listener) Register a listener that is load balancing to this target group.