Uses of Class
com.amazonaws.services.opsworks.model.ElasticLoadBalancer
Packages that use ElasticLoadBalancer
-
Uses of ElasticLoadBalancer in com.amazonaws.services.opsworks.model
Methods in com.amazonaws.services.opsworks.model that return ElasticLoadBalancerModifier and TypeMethodDescriptionElasticLoadBalancer.clone()ElasticLoadBalancer.withAvailabilityZones(String... availabilityZones) A list of Availability Zones.ElasticLoadBalancer.withAvailabilityZones(Collection<String> availabilityZones) A list of Availability Zones.ElasticLoadBalancer.withDnsName(String dnsName) The instance's public DNS name.ElasticLoadBalancer.withEc2InstanceIds(String... ec2InstanceIds) A list of the EC2 instances that the Elastic Load Balancing instance is managing traffic for.ElasticLoadBalancer.withEc2InstanceIds(Collection<String> ec2InstanceIds) A list of the EC2 instances that the Elastic Load Balancing instance is managing traffic for.ElasticLoadBalancer.withElasticLoadBalancerName(String elasticLoadBalancerName) The Elastic Load Balancing instance's name.ElasticLoadBalancer.withLayerId(String layerId) The ID of the layer that the instance is attached to.ElasticLoadBalancer.withRegion(String region) The instance's AWS region.ElasticLoadBalancer.withStackId(String stackId) The ID of the stack that the instance is associated with.ElasticLoadBalancer.withSubnetIds(String... subnetIds) A list of subnet IDs, if the stack is running in a VPC.ElasticLoadBalancer.withSubnetIds(Collection<String> subnetIds) A list of subnet IDs, if the stack is running in a VPC.The VPC ID.Methods in com.amazonaws.services.opsworks.model that return types with arguments of type ElasticLoadBalancerModifier and TypeMethodDescriptionDescribeElasticLoadBalancersResult.getElasticLoadBalancers()A list ofElasticLoadBalancerobjects that describe the specified Elastic Load Balancing instances.Methods in com.amazonaws.services.opsworks.model with parameters of type ElasticLoadBalancerModifier and TypeMethodDescriptionDescribeElasticLoadBalancersResult.withElasticLoadBalancers(ElasticLoadBalancer... elasticLoadBalancers) A list ofElasticLoadBalancerobjects that describe the specified Elastic Load Balancing instances.Method parameters in com.amazonaws.services.opsworks.model with type arguments of type ElasticLoadBalancerModifier and TypeMethodDescriptionvoidDescribeElasticLoadBalancersResult.setElasticLoadBalancers(Collection<ElasticLoadBalancer> elasticLoadBalancers) A list ofElasticLoadBalancerobjects that describe the specified Elastic Load Balancing instances.DescribeElasticLoadBalancersResult.withElasticLoadBalancers(Collection<ElasticLoadBalancer> elasticLoadBalancers) A list ofElasticLoadBalancerobjects that describe the specified Elastic Load Balancing instances.