Uses of Class
com.amazonaws.services.elasticloadbalancing.model.Instance

Packages that use Instance
com.amazonaws.services.elasticloadbalancing.model Classes modeling the various types represented by AmazonElasticLoadBalancing. 
 

Uses of Instance in com.amazonaws.services.elasticloadbalancing.model
 

Methods in com.amazonaws.services.elasticloadbalancing.model that return Instance
 Instance Instance.withInstanceId(String instanceId)
          Sets the value of the InstanceId property for this object.
 

Methods in com.amazonaws.services.elasticloadbalancing.model that return types with arguments of type Instance
 List<Instance> DeregisterInstancesFromLoadBalancerRequest.getInstances()
          Returns the value of the Instances property for this object.
 List<Instance> RegisterInstancesWithLoadBalancerRequest.getInstances()
          Returns the value of the Instances property for this object.
 List<Instance> LoadBalancerDescription.getInstances()
          Returns the value of the Instances property for this object.
 List<Instance> DeregisterInstancesFromLoadBalancerResult.getInstances()
          Returns the value of the Instances property for this object.
 List<Instance> DescribeInstanceHealthRequest.getInstances()
          Returns the value of the Instances property for this object.
 List<Instance> RegisterInstancesWithLoadBalancerResult.getInstances()
          Returns the value of the Instances property for this object.
 

Methods in com.amazonaws.services.elasticloadbalancing.model with parameters of type Instance
 DeregisterInstancesFromLoadBalancerRequest DeregisterInstancesFromLoadBalancerRequest.withInstances(Instance... instances)
          Sets the value of the Instances property for this object.
 RegisterInstancesWithLoadBalancerRequest RegisterInstancesWithLoadBalancerRequest.withInstances(Instance... instances)
          Sets the value of the Instances property for this object.
 LoadBalancerDescription LoadBalancerDescription.withInstances(Instance... instances)
          Sets the value of the Instances property for this object.
 DeregisterInstancesFromLoadBalancerResult DeregisterInstancesFromLoadBalancerResult.withInstances(Instance... instances)
          Sets the value of the Instances property for this object.
 DescribeInstanceHealthRequest DescribeInstanceHealthRequest.withInstances(Instance... instances)
          Sets the value of the Instances property for this object.
 RegisterInstancesWithLoadBalancerResult RegisterInstancesWithLoadBalancerResult.withInstances(Instance... instances)
          Sets the value of the Instances property for this object.
 

Method parameters in com.amazonaws.services.elasticloadbalancing.model with type arguments of type Instance
 void DeregisterInstancesFromLoadBalancerRequest.setInstances(Collection<Instance> instances)
          Sets the value of the Instances property for this object.
 void RegisterInstancesWithLoadBalancerRequest.setInstances(Collection<Instance> instances)
          Sets the value of the Instances property for this object.
 void LoadBalancerDescription.setInstances(Collection<Instance> instances)
          Sets the value of the Instances property for this object.
 void DeregisterInstancesFromLoadBalancerResult.setInstances(Collection<Instance> instances)
          Sets the value of the Instances property for this object.
 void DescribeInstanceHealthRequest.setInstances(Collection<Instance> instances)
          Sets the value of the Instances property for this object.
 void RegisterInstancesWithLoadBalancerResult.setInstances(Collection<Instance> instances)
          Sets the value of the Instances property for this object.
 DeregisterInstancesFromLoadBalancerRequest DeregisterInstancesFromLoadBalancerRequest.withInstances(Collection<Instance> instances)
          Sets the value of the Instances property for this object.
 RegisterInstancesWithLoadBalancerRequest RegisterInstancesWithLoadBalancerRequest.withInstances(Collection<Instance> instances)
          Sets the value of the Instances property for this object.
 LoadBalancerDescription LoadBalancerDescription.withInstances(Collection<Instance> instances)
          Sets the value of the Instances property for this object.
 DeregisterInstancesFromLoadBalancerResult DeregisterInstancesFromLoadBalancerResult.withInstances(Collection<Instance> instances)
          Sets the value of the Instances property for this object.
 DescribeInstanceHealthRequest DescribeInstanceHealthRequest.withInstances(Collection<Instance> instances)
          Sets the value of the Instances property for this object.
 RegisterInstancesWithLoadBalancerResult RegisterInstancesWithLoadBalancerResult.withInstances(Collection<Instance> instances)
          Sets the value of the Instances property for this object.
 



Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.