Uses of Class
software.amazon.awssdk.services.vpclattice.model.ForwardAction
-
Packages that use ForwardAction Package Description software.amazon.awssdk.services.vpclattice.model -
-
Uses of ForwardAction in software.amazon.awssdk.services.vpclattice.model
Methods in software.amazon.awssdk.services.vpclattice.model that return ForwardAction Modifier and Type Method Description ForwardActionRuleAction. forward()The forward action.Methods in software.amazon.awssdk.services.vpclattice.model with parameters of type ForwardAction Modifier and Type Method Description RuleAction.BuilderRuleAction.Builder. forward(ForwardAction forward)The forward action.static RuleActionRuleAction. fromForward(ForwardAction forward)Create an instance of this class withRuleAction.forward()initialized to the given value.
-