Uses of Class
software.amazon.awssdk.services.ecs.model.ManagedTargetGroup
-
Packages that use ManagedTargetGroup Package Description software.amazon.awssdk.services.ecs.model -
-
Uses of ManagedTargetGroup in software.amazon.awssdk.services.ecs.model
Methods in software.amazon.awssdk.services.ecs.model that return types with arguments of type ManagedTargetGroup Modifier and Type Method Description List<ManagedTargetGroup>ManagedIngressPath. targetGroups()The target groups associated with the Application Load Balancer.Methods in software.amazon.awssdk.services.ecs.model with parameters of type ManagedTargetGroup Modifier and Type Method Description ManagedIngressPath.BuilderManagedIngressPath.Builder. targetGroups(ManagedTargetGroup... targetGroups)The target groups associated with the Application Load Balancer.Method parameters in software.amazon.awssdk.services.ecs.model with type arguments of type ManagedTargetGroup Modifier and Type Method Description ManagedIngressPath.BuilderManagedIngressPath.Builder. targetGroups(Collection<ManagedTargetGroup> targetGroups)The target groups associated with the Application Load Balancer.
-