Uses of Class
software.amazon.awscdk.services.elasticloadbalancingv2.NetworkListenerAction
Packages that use NetworkListenerAction
Package
Description
Amazon Elastic Load Balancing V2 Construct Library
-
Uses of NetworkListenerAction in software.amazon.awscdk.services.elasticloadbalancingv2
Methods in software.amazon.awscdk.services.elasticloadbalancingv2 that return NetworkListenerActionModifier and TypeMethodDescriptionstatic NetworkListenerActionNetworkListenerAction.forward(List<? extends INetworkTargetGroup> targetGroups) Forward to one or more Target Groups.static NetworkListenerActionNetworkListenerAction.forward(List<? extends INetworkTargetGroup> targetGroups, NetworkForwardOptions options) Forward to one or more Target Groups.AddNetworkActionProps.getAction()Action to perform.final NetworkListenerActionAddNetworkActionProps.Jsii$Proxy.getAction()default NetworkListenerActionBaseNetworkListenerProps.getDefaultAction()Default action to take for requests to this listener.final NetworkListenerActionBaseNetworkListenerProps.Jsii$Proxy.getDefaultAction()final NetworkListenerActionNetworkListenerProps.Jsii$Proxy.getDefaultAction()protected NetworkListenerActionNetworkListenerAction.getNext()static NetworkListenerActionNetworkListenerAction.weightedForward(List<? extends NetworkWeightedTargetGroup> targetGroups) Forward to one or more Target Groups which are weighted differently.static NetworkListenerActionNetworkListenerAction.weightedForward(List<? extends NetworkWeightedTargetGroup> targetGroups, NetworkForwardOptions options) Forward to one or more Target Groups which are weighted differently.Methods in software.amazon.awscdk.services.elasticloadbalancingv2 with parameters of type NetworkListenerActionModifier and TypeMethodDescriptionAddNetworkActionProps.Builder.action(NetworkListenerAction action) Sets the value ofAddNetworkActionProps.getAction()BaseNetworkListenerProps.Builder.defaultAction(NetworkListenerAction defaultAction) Sets the value ofBaseNetworkListenerProps.getDefaultAction()NetworkListener.Builder.defaultAction(NetworkListenerAction defaultAction) Default action to take for requests to this listener.NetworkListenerProps.Builder.defaultAction(NetworkListenerAction defaultAction) Sets the value ofBaseNetworkListenerProps.getDefaultAction()Constructors in software.amazon.awscdk.services.elasticloadbalancingv2 with parameters of type NetworkListenerActionModifierConstructorDescriptionprotectedNetworkListenerAction(CfnListener.ActionProperty defaultActionJson, NetworkListenerAction next) Create an instance of NetworkListenerAction.