Package | Description |
---|---|
com.amazonaws.services.elasticloadbalancing |
|
com.amazonaws.services.elasticloadbalancing.model | |
com.amazonaws.services.elasticloadbalancing.waiters |
Modifier and Type | Method and Description |
---|---|
Future<DescribeInstanceHealthResult> |
AmazonElasticLoadBalancingAsync.describeInstanceHealthAsync(DescribeInstanceHealthRequest describeInstanceHealthRequest,
AsyncHandler<DescribeInstanceHealthRequest,DescribeInstanceHealthResult> asyncHandler)
Describes the state of the specified instances with respect to the specified load balancer.
|
Future<DescribeInstanceHealthResult> |
AmazonElasticLoadBalancingAsyncClient.describeInstanceHealthAsync(DescribeInstanceHealthRequest request,
AsyncHandler<DescribeInstanceHealthRequest,DescribeInstanceHealthResult> asyncHandler) |
Future<DescribeInstanceHealthResult> |
AbstractAmazonElasticLoadBalancingAsync.describeInstanceHealthAsync(DescribeInstanceHealthRequest request,
AsyncHandler<DescribeInstanceHealthRequest,DescribeInstanceHealthResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
DescribeInstanceHealthRequest |
DescribeInstanceHealthRequest.clone() |
DescribeInstanceHealthRequest |
DescribeInstanceHealthRequest.withInstances(Collection<Instance> instances)
The IDs of the instances.
|
DescribeInstanceHealthRequest |
DescribeInstanceHealthRequest.withInstances(Instance... instances)
The IDs of the instances.
|
DescribeInstanceHealthRequest |
DescribeInstanceHealthRequest.withLoadBalancerName(String loadBalancerName)
The name of the load balancer.
|
Modifier and Type | Method and Description |
---|---|
Waiter<DescribeInstanceHealthRequest> |
AmazonElasticLoadBalancingWaiters.anyInstanceInService()
Builds a AnyInstanceInService waiter by using custom parameters waiterParameters and other parameters defined in
the waiters specification, and then polls until it determines whether the resource entered the desired state or
not, where polling criteria is bound by either default polling strategy or custom polling strategy.
|
Waiter<DescribeInstanceHealthRequest> |
AmazonElasticLoadBalancingWaiters.instanceDeregistered()
Builds a InstanceDeregistered waiter by using custom parameters waiterParameters and other parameters defined in
the waiters specification, and then polls until it determines whether the resource entered the desired state or
not, where polling criteria is bound by either default polling strategy or custom polling strategy.
|
Waiter<DescribeInstanceHealthRequest> |
AmazonElasticLoadBalancingWaiters.instanceInService()
Builds a InstanceInService waiter by using custom parameters waiterParameters and other parameters defined in the
waiters specification, and then polls until it determines whether the resource entered the desired state or not,
where polling criteria is bound by either default polling strategy or custom polling strategy.
|
Modifier and Type | Method and Description |
---|---|
DescribeInstanceHealthResult |
DescribeInstanceHealthFunction.apply(DescribeInstanceHealthRequest describeInstanceHealthRequest)
Makes a call to the operation specified by the waiter by taking the corresponding request and returns the
corresponding result
|
Copyright © 2019. All rights reserved.