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

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

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

Methods in com.amazonaws.services.elasticloadbalancing.model that return InstanceState
 InstanceState InstanceState.withDescription(String description)
          Sets the value of the Description property for this object.
 InstanceState InstanceState.withInstanceId(String instanceId)
          Sets the value of the InstanceId property for this object.
 InstanceState InstanceState.withReasonCode(String reasonCode)
          Sets the value of the ReasonCode property for this object.
 InstanceState InstanceState.withState(String state)
          Sets the value of the State property for this object.
 

Methods in com.amazonaws.services.elasticloadbalancing.model that return types with arguments of type InstanceState
 List<InstanceState> DescribeInstanceHealthResult.getInstanceStates()
          Returns the value of the InstanceStates property for this object.
 

Methods in com.amazonaws.services.elasticloadbalancing.model with parameters of type InstanceState
 DescribeInstanceHealthResult DescribeInstanceHealthResult.withInstanceStates(InstanceState... instanceStates)
          Sets the value of the InstanceStates property for this object.
 

Method parameters in com.amazonaws.services.elasticloadbalancing.model with type arguments of type InstanceState
 void DescribeInstanceHealthResult.setInstanceStates(Collection<InstanceState> instanceStates)
          Sets the value of the InstanceStates property for this object.
 DescribeInstanceHealthResult DescribeInstanceHealthResult.withInstanceStates(Collection<InstanceState> instanceStates)
          Sets the value of the InstanceStates property for this object.
 



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