Uses of Class
com.amazonaws.services.opsworks.model.ElasticLoadBalancer

Packages that use ElasticLoadBalancer
com.amazonaws.services.opsworks.model Classes modeling the various types represented by AWSOpsWorks. 
 

Uses of ElasticLoadBalancer in com.amazonaws.services.opsworks.model
 

Methods in com.amazonaws.services.opsworks.model that return ElasticLoadBalancer
 ElasticLoadBalancer ElasticLoadBalancer.withAvailabilityZones(Collection<String> availabilityZones)
          A list of Availability Zones.
 ElasticLoadBalancer ElasticLoadBalancer.withAvailabilityZones(String... availabilityZones)
          A list of Availability Zones.
 ElasticLoadBalancer ElasticLoadBalancer.withDnsName(String dnsName)
          The instance's public DNS name.
 ElasticLoadBalancer ElasticLoadBalancer.withEc2InstanceIds(Collection<String> ec2InstanceIds)
          A list of the EC2 instances that the Elastic Load Balancing instance is managing traffic for.
 ElasticLoadBalancer ElasticLoadBalancer.withEc2InstanceIds(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(Collection<String> subnetIds)
          A list of subnet IDs, if the stack is running in a VPC.
 ElasticLoadBalancer ElasticLoadBalancer.withSubnetIds(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
 List<ElasticLoadBalancer> DescribeElasticLoadBalancersResult.getElasticLoadBalancers()
          A list of ElasticLoadBalancer objects that describe the specified Elastic Load Balancing instances.
 

Methods in com.amazonaws.services.opsworks.model with parameters of type ElasticLoadBalancer
 DescribeElasticLoadBalancersResult DescribeElasticLoadBalancersResult.withElasticLoadBalancers(ElasticLoadBalancer... elasticLoadBalancers)
          A list of ElasticLoadBalancer objects that describe the specified Elastic Load Balancing instances.
 

Method parameters in com.amazonaws.services.opsworks.model with type arguments of type ElasticLoadBalancer
 void DescribeElasticLoadBalancersResult.setElasticLoadBalancers(Collection<ElasticLoadBalancer> elasticLoadBalancers)
          A list of ElasticLoadBalancer objects that describe the specified Elastic Load Balancing instances.
 DescribeElasticLoadBalancersResult DescribeElasticLoadBalancersResult.withElasticLoadBalancers(Collection<ElasticLoadBalancer> elasticLoadBalancers)
          A list of ElasticLoadBalancer objects that describe the specified Elastic Load Balancing instances.
 



Copyright © 2016. All rights reserved.