Uses of Class
software.amazon.awssdk.services.vpclattice.model.WeightedTargetGroup
-
Packages that use WeightedTargetGroup Package Description software.amazon.awssdk.services.vpclattice.model -
-
Uses of WeightedTargetGroup in software.amazon.awssdk.services.vpclattice.model
Methods in software.amazon.awssdk.services.vpclattice.model that return types with arguments of type WeightedTargetGroup Modifier and Type Method Description List<WeightedTargetGroup>ForwardAction. targetGroups()The target groups.Methods in software.amazon.awssdk.services.vpclattice.model with parameters of type WeightedTargetGroup Modifier and Type Method Description ForwardAction.BuilderForwardAction.Builder. targetGroups(WeightedTargetGroup... targetGroups)The target groups.Method parameters in software.amazon.awssdk.services.vpclattice.model with type arguments of type WeightedTargetGroup Modifier and Type Method Description ForwardAction.BuilderForwardAction.Builder. targetGroups(Collection<WeightedTargetGroup> targetGroups)The target groups.
-