Uses of Interface
software.amazon.awssdk.services.vpclattice.model.ForwardAction.Builder
-
Packages that use ForwardAction.Builder Package Description software.amazon.awssdk.services.vpclattice.model -
-
Uses of ForwardAction.Builder in software.amazon.awssdk.services.vpclattice.model
Methods in software.amazon.awssdk.services.vpclattice.model that return ForwardAction.Builder Modifier and Type Method Description static ForwardAction.BuilderForwardAction. builder()ForwardAction.BuilderForwardAction.Builder. targetGroups(Collection<WeightedTargetGroup> targetGroups)The target groups.ForwardAction.BuilderForwardAction.Builder. targetGroups(Consumer<WeightedTargetGroup.Builder>... targetGroups)The target groups.ForwardAction.BuilderForwardAction.Builder. targetGroups(WeightedTargetGroup... targetGroups)The target groups.ForwardAction.BuilderForwardAction. toBuilder()Methods in software.amazon.awssdk.services.vpclattice.model that return types with arguments of type ForwardAction.Builder Modifier and Type Method Description static Class<? extends ForwardAction.Builder>ForwardAction. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.vpclattice.model with type arguments of type ForwardAction.Builder Modifier and Type Method Description default RuleAction.BuilderRuleAction.Builder. forward(Consumer<ForwardAction.Builder> forward)The forward action.static RuleActionRuleAction. fromForward(Consumer<ForwardAction.Builder> forward)Create an instance of this class withRuleAction.forward()initialized to the given value.
-