Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
DescribeInstanceHealthResult |
AmazonElasticLoadBalancing.describeInstanceHealth(DescribeInstanceHealthRequest describeInstanceHealthRequest)
Returns the current state of the specified instances registered with
the specified load balancer.
|
DescribeInstanceHealthResult |
AmazonElasticLoadBalancingClient.describeInstanceHealth(DescribeInstanceHealthRequest describeInstanceHealthRequest)
Returns the current state of the specified instances registered with
the specified load balancer.
|
Modifier and Type | Method and Description |
---|---|
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)
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.
|
Future<DescribeInstanceHealthResult> |
AmazonElasticLoadBalancingAsyncClient.describeInstanceHealthAsync(DescribeInstanceHealthRequest describeInstanceHealthRequest,
AsyncHandler<DescribeInstanceHealthRequest,DescribeInstanceHealthResult> asyncHandler)
Returns the current state of the specified instances registered with
the specified load balancer.
|
Modifier and Type | Method and Description |
---|---|
Future<DescribeInstanceHealthResult> |
AmazonElasticLoadBalancingAsync.describeInstanceHealthAsync(DescribeInstanceHealthRequest describeInstanceHealthRequest,
AsyncHandler<DescribeInstanceHealthRequest,DescribeInstanceHealthResult> asyncHandler)
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.
|
Modifier and Type | Method and Description |
---|---|
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 © 2014. All rights reserved.