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