Uses of Class
software.amazon.awssdk.services.opsworks.model.ElasticLoadBalancer
-
Packages that use ElasticLoadBalancer Package Description software.amazon.awssdk.services.opsworks.model -
-
Uses of ElasticLoadBalancer in software.amazon.awssdk.services.opsworks.model
Methods in software.amazon.awssdk.services.opsworks.model that return types with arguments of type ElasticLoadBalancer Modifier and Type Method Description List<ElasticLoadBalancer>DescribeElasticLoadBalancersResponse. elasticLoadBalancers()A list ofElasticLoadBalancerobjects that describe the specified Elastic Load Balancing instances.Methods in software.amazon.awssdk.services.opsworks.model with parameters of type ElasticLoadBalancer Modifier and Type Method Description DescribeElasticLoadBalancersResponse.BuilderDescribeElasticLoadBalancersResponse.Builder. elasticLoadBalancers(ElasticLoadBalancer... elasticLoadBalancers)A list ofElasticLoadBalancerobjects that describe the specified Elastic Load Balancing instances.Method parameters in software.amazon.awssdk.services.opsworks.model with type arguments of type ElasticLoadBalancer Modifier and Type Method Description DescribeElasticLoadBalancersResponse.BuilderDescribeElasticLoadBalancersResponse.Builder. elasticLoadBalancers(Collection<ElasticLoadBalancer> elasticLoadBalancers)A list ofElasticLoadBalancerobjects that describe the specified Elastic Load Balancing instances.
-