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

Packages that use DescribeInstanceHealthResult
com.amazonaws.services.elasticloadbalancing Synchronous and asynchronous client classes for accessing AmazonElasticLoadBalancing. 
com.amazonaws.services.elasticloadbalancing.model Classes modeling the various types represented by AmazonElasticLoadBalancing. 
 

Uses of DescribeInstanceHealthResult in com.amazonaws.services.elasticloadbalancing
 

Methods in com.amazonaws.services.elasticloadbalancing that return DescribeInstanceHealthResult
 DescribeInstanceHealthResult AmazonElasticLoadBalancingClient.describeInstanceHealth(DescribeInstanceHealthRequest describeInstanceHealthRequest)
           Returns the current state of the specified instances registered with the specified load balancer.
 DescribeInstanceHealthResult AmazonElasticLoadBalancing.describeInstanceHealth(DescribeInstanceHealthRequest describeInstanceHealthRequest)
           Returns the current state of the specified instances registered with the specified load balancer.
 

Methods in com.amazonaws.services.elasticloadbalancing that return types with arguments of type DescribeInstanceHealthResult
 Future<DescribeInstanceHealthResult> AmazonElasticLoadBalancingAsyncClient.describeInstanceHealthAsync(DescribeInstanceHealthRequest describeInstanceHealthRequest)
           Returns the current state of the specified instances registered with the specified load balancer.
 Future<DescribeInstanceHealthResult> AmazonElasticLoadBalancingAsync.describeInstanceHealthAsync(DescribeInstanceHealthRequest describeInstanceHealthRequest)
           Returns the current state of the specified instances registered with the specified load balancer.
 Future<DescribeInstanceHealthResult> AmazonElasticLoadBalancingAsyncClient.describeInstanceHealthAsync(DescribeInstanceHealthRequest describeInstanceHealthRequest, AsyncHandler<DescribeInstanceHealthRequest,DescribeInstanceHealthResult> asyncHandler)
           Returns the current state of the specified instances registered with the specified load balancer.
 Future<DescribeInstanceHealthResult> AmazonElasticLoadBalancingAsync.describeInstanceHealthAsync(DescribeInstanceHealthRequest describeInstanceHealthRequest, AsyncHandler<DescribeInstanceHealthRequest,DescribeInstanceHealthResult> asyncHandler)
           Returns the current state of the specified instances registered with the specified load balancer.
 

Method parameters in com.amazonaws.services.elasticloadbalancing with type arguments of type DescribeInstanceHealthResult
 Future<DescribeInstanceHealthResult> AmazonElasticLoadBalancingAsyncClient.describeInstanceHealthAsync(DescribeInstanceHealthRequest describeInstanceHealthRequest, AsyncHandler<DescribeInstanceHealthRequest,DescribeInstanceHealthResult> asyncHandler)
           Returns the current state of the specified instances registered with the specified load balancer.
 Future<DescribeInstanceHealthResult> AmazonElasticLoadBalancingAsync.describeInstanceHealthAsync(DescribeInstanceHealthRequest describeInstanceHealthRequest, AsyncHandler<DescribeInstanceHealthRequest,DescribeInstanceHealthResult> asyncHandler)
           Returns the current state of the specified instances registered with the specified load balancer.
 

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

Methods in com.amazonaws.services.elasticloadbalancing.model that return DescribeInstanceHealthResult
 DescribeInstanceHealthResult DescribeInstanceHealthResult.withInstanceStates(Collection<InstanceState> instanceStates)
          A list containing health information for the specified instances.
 DescribeInstanceHealthResult DescribeInstanceHealthResult.withInstanceStates(InstanceState... instanceStates)
          A list containing health information for the specified instances.
 



Copyright © 2016. All rights reserved.