Uses of Class
software.amazon.awssdk.services.elasticloadbalancingv2.model.Action
Packages that use Action
-
Uses of Action in software.amazon.awssdk.services.elasticloadbalancingv2.model
Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model that return types with arguments of type ActionModifier and TypeMethodDescriptionCreateRuleRequest.actions()The actions.ModifyRuleRequest.actions()The actions.Rule.actions()The actions.CreateListenerRequest.defaultActions()The actions for the default rule.Listener.defaultActions()The default actions for the listener.ModifyListenerRequest.defaultActions()The actions for the default rule.Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model with parameters of type ActionModifier and TypeMethodDescriptionThe actions.The actions.The actions.CreateListenerRequest.Builder.defaultActions(Action... defaultActions) The actions for the default rule.Listener.Builder.defaultActions(Action... defaultActions) The default actions for the listener.ModifyListenerRequest.Builder.defaultActions(Action... defaultActions) The actions for the default rule.Method parameters in software.amazon.awssdk.services.elasticloadbalancingv2.model with type arguments of type ActionModifier and TypeMethodDescriptionCreateRuleRequest.Builder.actions(Collection<Action> actions) The actions.ModifyRuleRequest.Builder.actions(Collection<Action> actions) The actions.Rule.Builder.actions(Collection<Action> actions) The actions.CreateListenerRequest.Builder.defaultActions(Collection<Action> defaultActions) The actions for the default rule.Listener.Builder.defaultActions(Collection<Action> defaultActions) The default actions for the listener.ModifyListenerRequest.Builder.defaultActions(Collection<Action> defaultActions) The actions for the default rule.