Uses of Class
software.amazon.awssdk.services.codedeploy.model.ELBInfo
-
Packages that use ELBInfo Package Description software.amazon.awssdk.services.codedeploy.model -
-
Uses of ELBInfo in software.amazon.awssdk.services.codedeploy.model
Methods in software.amazon.awssdk.services.codedeploy.model that return types with arguments of type ELBInfo Modifier and Type Method Description List<ELBInfo>LoadBalancerInfo. elbInfoList()An array that contains information about the load balancers to use for load balancing in a deployment.Methods in software.amazon.awssdk.services.codedeploy.model with parameters of type ELBInfo Modifier and Type Method Description LoadBalancerInfo.BuilderLoadBalancerInfo.Builder. elbInfoList(ELBInfo... elbInfoList)An array that contains information about the load balancers to use for load balancing in a deployment.Method parameters in software.amazon.awssdk.services.codedeploy.model with type arguments of type ELBInfo Modifier and Type Method Description LoadBalancerInfo.BuilderLoadBalancerInfo.Builder. elbInfoList(Collection<ELBInfo> elbInfoList)An array that contains information about the load balancers to use for load balancing in a deployment.
-