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)
          Provides a description of the instance state.
 InstanceState InstanceState.withInstanceId(String instanceId)
          Provides an EC2 instance ID.
 InstanceState InstanceState.withReasonCode(String reasonCode)
          Provides information about the cause of OutOfService instances.
 InstanceState InstanceState.withState(String state)
          Specifies the current state of the instance.
 

Methods in com.amazonaws.services.elasticloadbalancing.model that return types with arguments of type InstanceState
 List<InstanceState> DescribeInstanceHealthResult.getInstanceStates()
          A list containing health information for the specified instances.
 

Methods in com.amazonaws.services.elasticloadbalancing.model with parameters of type InstanceState
 DescribeInstanceHealthResult DescribeInstanceHealthResult.withInstanceStates(InstanceState... instanceStates)
          A list containing health information for the specified instances.
 

Method parameters in com.amazonaws.services.elasticloadbalancing.model with type arguments of type InstanceState
 void DescribeInstanceHealthResult.setInstanceStates(Collection<InstanceState> instanceStates)
          A list containing health information for the specified instances.
 DescribeInstanceHealthResult DescribeInstanceHealthResult.withInstanceStates(Collection<InstanceState> instanceStates)
          A list containing health information for the specified instances.
 



Copyright © 2016. All rights reserved.