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 NetworkListenerAction
NetworkListenerAction.forward
(List<? extends INetworkTargetGroup> targetGroups) Forward to one or more Target Groups.static NetworkListenerAction
NetworkListenerAction.forward
(List<? extends INetworkTargetGroup> targetGroups, NetworkForwardOptions options) Forward to one or more Target Groups.AddNetworkActionProps.getAction()
Action to perform.final NetworkListenerAction
AddNetworkActionProps.Jsii$Proxy.getAction()
default NetworkListenerAction
BaseNetworkListenerProps.getDefaultAction()
Default action to take for requests to this listener.final NetworkListenerAction
BaseNetworkListenerProps.Jsii$Proxy.getDefaultAction()
final NetworkListenerAction
NetworkListenerProps.Jsii$Proxy.getDefaultAction()
protected NetworkListenerAction
NetworkListenerAction.getNext()
static NetworkListenerAction
NetworkListenerAction.weightedForward
(List<? extends NetworkWeightedTargetGroup> targetGroups) Forward to one or more Target Groups which are weighted differently.static NetworkListenerAction
NetworkListenerAction.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 NetworkListenerActionModifierConstructorDescriptionprotected
NetworkListenerAction
(CfnListener.ActionProperty defaultActionJson, NetworkListenerAction next) Create an instance of NetworkListenerAction.