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 ElasticLoadBalancerElasticLoadBalancer. clone()ElasticLoadBalancerElasticLoadBalancer. withAvailabilityZones(String... availabilityZones)A list of Availability Zones.ElasticLoadBalancerElasticLoadBalancer. withAvailabilityZones(Collection<String> availabilityZones)A list of Availability Zones.ElasticLoadBalancerElasticLoadBalancer. withDnsName(String dnsName)The instance's public DNS name.ElasticLoadBalancerElasticLoadBalancer. withEc2InstanceIds(String... ec2InstanceIds)A list of the EC2 instances that the Elastic Load Balancing instance is managing traffic for.ElasticLoadBalancerElasticLoadBalancer. withEc2InstanceIds(Collection<String> ec2InstanceIds)A list of the EC2 instances that the Elastic Load Balancing instance is managing traffic for.ElasticLoadBalancerElasticLoadBalancer. withElasticLoadBalancerName(String elasticLoadBalancerName)The Elastic Load Balancing instance's name.ElasticLoadBalancerElasticLoadBalancer. withLayerId(String layerId)The ID of the layer that the instance is attached to.ElasticLoadBalancerElasticLoadBalancer. withRegion(String region)The instance's AWS region.ElasticLoadBalancerElasticLoadBalancer. withStackId(String stackId)The ID of the stack that the instance is associated with.ElasticLoadBalancerElasticLoadBalancer. withSubnetIds(String... subnetIds)A list of subnet IDs, if the stack is running in a VPC.ElasticLoadBalancerElasticLoadBalancer. withSubnetIds(Collection<String> subnetIds)A list of subnet IDs, if the stack is running in a VPC.ElasticLoadBalancerElasticLoadBalancer. 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 ofElasticLoadBalancerobjects 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 DescribeElasticLoadBalancersResultDescribeElasticLoadBalancersResult. 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 ElasticLoadBalancer Modifier and Type Method Description voidDescribeElasticLoadBalancersResult. setElasticLoadBalancers(Collection<ElasticLoadBalancer> elasticLoadBalancers)A list ofElasticLoadBalancerobjects that describe the specified Elastic Load Balancing instances.DescribeElasticLoadBalancersResultDescribeElasticLoadBalancersResult. withElasticLoadBalancers(Collection<ElasticLoadBalancer> elasticLoadBalancers)A list ofElasticLoadBalancerobjects that describe the specified Elastic Load Balancing instances.
-