Uses of Class
software.amazon.awssdk.services.codedeploy.model.TargetGroupInfo
-
Packages that use TargetGroupInfo Package Description software.amazon.awssdk.services.codedeploy.model -
-
Uses of TargetGroupInfo in software.amazon.awssdk.services.codedeploy.model
Methods in software.amazon.awssdk.services.codedeploy.model that return TargetGroupInfo Modifier and Type Method Description TargetGroupInfoECSTaskSet. targetGroup()The target group associated with the task set.Methods in software.amazon.awssdk.services.codedeploy.model that return types with arguments of type TargetGroupInfo Modifier and Type Method Description List<TargetGroupInfo>LoadBalancerInfo. targetGroupInfoList()An array that contains information about the target groups to use for load balancing in a deployment.List<TargetGroupInfo>TargetGroupPairInfo. targetGroups()One pair of target groups.Methods in software.amazon.awssdk.services.codedeploy.model with parameters of type TargetGroupInfo Modifier and Type Method Description ECSTaskSet.BuilderECSTaskSet.Builder. targetGroup(TargetGroupInfo targetGroup)The target group associated with the task set.LoadBalancerInfo.BuilderLoadBalancerInfo.Builder. targetGroupInfoList(TargetGroupInfo... targetGroupInfoList)An array that contains information about the target groups to use for load balancing in a deployment.TargetGroupPairInfo.BuilderTargetGroupPairInfo.Builder. targetGroups(TargetGroupInfo... targetGroups)One pair of target groups.Method parameters in software.amazon.awssdk.services.codedeploy.model with type arguments of type TargetGroupInfo Modifier and Type Method Description LoadBalancerInfo.BuilderLoadBalancerInfo.Builder. targetGroupInfoList(Collection<TargetGroupInfo> targetGroupInfoList)An array that contains information about the target groups to use for load balancing in a deployment.TargetGroupPairInfo.BuilderTargetGroupPairInfo.Builder. targetGroups(Collection<TargetGroupInfo> targetGroups)One pair of target groups.
-