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)
Describes the state of the specified instances registered with the
specified load balancer.
|
DescribeInstanceHealthResult |
AmazonElasticLoadBalancingClient.describeInstanceHealth(DescribeInstanceHealthRequest describeInstanceHealthRequest)
Describes the state of the specified instances registered with the
specified load balancer.
|
Modifier and Type | Method and Description |
---|---|
Future<DescribeInstanceHealthResult> |
AmazonElasticLoadBalancingAsync.describeInstanceHealthAsync(DescribeInstanceHealthRequest describeInstanceHealthRequest)
Describes the state of the specified instances registered with the
specified load balancer.
|
Future<DescribeInstanceHealthResult> |
AmazonElasticLoadBalancingAsyncClient.describeInstanceHealthAsync(DescribeInstanceHealthRequest describeInstanceHealthRequest)
Describes the state of the specified instances registered with the
specified load balancer.
|
Future<DescribeInstanceHealthResult> |
AmazonElasticLoadBalancingAsync.describeInstanceHealthAsync(DescribeInstanceHealthRequest describeInstanceHealthRequest,
AsyncHandler<DescribeInstanceHealthRequest,DescribeInstanceHealthResult> asyncHandler)
Describes the state of the specified instances registered with the
specified load balancer.
|
Future<DescribeInstanceHealthResult> |
AmazonElasticLoadBalancingAsyncClient.describeInstanceHealthAsync(DescribeInstanceHealthRequest describeInstanceHealthRequest,
AsyncHandler<DescribeInstanceHealthRequest,DescribeInstanceHealthResult> asyncHandler)
Describes the 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)
Describes the state of the specified instances registered with the
specified load balancer.
|
Future<DescribeInstanceHealthResult> |
AmazonElasticLoadBalancingAsyncClient.describeInstanceHealthAsync(DescribeInstanceHealthRequest describeInstanceHealthRequest,
AsyncHandler<DescribeInstanceHealthRequest,DescribeInstanceHealthResult> asyncHandler)
Describes the state of the specified instances registered with the
specified load balancer.
|
Modifier and Type | Method and Description |
---|---|
DescribeInstanceHealthResult |
DescribeInstanceHealthResult.clone() |
DescribeInstanceHealthResult |
DescribeInstanceHealthResult.withInstanceStates(Collection<InstanceState> instanceStates)
Information about the health of the instances.
|
DescribeInstanceHealthResult |
DescribeInstanceHealthResult.withInstanceStates(InstanceState... instanceStates)
Information about the health of the instances.
|
Copyright © 2015. All rights reserved.