Uses of Class
software.amazon.awssdk.services.ec2.model.TargetGroup
-
Packages that use TargetGroup Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of TargetGroup in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type TargetGroup Modifier and Type Method Description List<TargetGroup>TargetGroupsConfig. targetGroups()One or more target groups.Methods in software.amazon.awssdk.services.ec2.model with parameters of type TargetGroup Modifier and Type Method Description TargetGroupsConfig.BuilderTargetGroupsConfig.Builder. targetGroups(TargetGroup... targetGroups)One or more target groups.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type TargetGroup Modifier and Type Method Description TargetGroupsConfig.BuilderTargetGroupsConfig.Builder. targetGroups(Collection<TargetGroup> targetGroups)One or more target groups.
-