Uses of Class
software.amazon.awssdk.services.codedeploy.model.TargetGroupPairInfo
-
Packages that use TargetGroupPairInfo Package Description software.amazon.awssdk.services.codedeploy.model -
-
Uses of TargetGroupPairInfo in software.amazon.awssdk.services.codedeploy.model
Methods in software.amazon.awssdk.services.codedeploy.model that return types with arguments of type TargetGroupPairInfo Modifier and Type Method Description List<TargetGroupPairInfo>LoadBalancerInfo. targetGroupPairInfoList()The target group pair information.Methods in software.amazon.awssdk.services.codedeploy.model with parameters of type TargetGroupPairInfo Modifier and Type Method Description LoadBalancerInfo.BuilderLoadBalancerInfo.Builder. targetGroupPairInfoList(TargetGroupPairInfo... targetGroupPairInfoList)The target group pair information.Method parameters in software.amazon.awssdk.services.codedeploy.model with type arguments of type TargetGroupPairInfo Modifier and Type Method Description LoadBalancerInfo.BuilderLoadBalancerInfo.Builder. targetGroupPairInfoList(Collection<TargetGroupPairInfo> targetGroupPairInfoList)The target group pair information.
-