| Package | Description |
|---|---|
| com.amazonaws.services.elasticloadbalancingv2 |
|
| com.amazonaws.services.elasticloadbalancingv2.model | |
| com.amazonaws.services.elasticloadbalancingv2.waiters |
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeTargetHealthResult> |
AbstractAmazonElasticLoadBalancingAsync.describeTargetHealthAsync(DescribeTargetHealthRequest request,
AsyncHandler<DescribeTargetHealthRequest,DescribeTargetHealthResult> asyncHandler) |
Future<DescribeTargetHealthResult> |
AmazonElasticLoadBalancingAsyncClient.describeTargetHealthAsync(DescribeTargetHealthRequest request,
AsyncHandler<DescribeTargetHealthRequest,DescribeTargetHealthResult> asyncHandler) |
Future<DescribeTargetHealthResult> |
AmazonElasticLoadBalancingAsync.describeTargetHealthAsync(DescribeTargetHealthRequest describeTargetHealthRequest,
AsyncHandler<DescribeTargetHealthRequest,DescribeTargetHealthResult> asyncHandler)
Describes the health of the specified targets or all of your targets.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeTargetHealthRequest |
DescribeTargetHealthRequest.clone() |
DescribeTargetHealthRequest |
DescribeTargetHealthRequest.withInclude(Collection<String> include)
Used to inclue anomaly detection information.
|
DescribeTargetHealthRequest |
DescribeTargetHealthRequest.withInclude(DescribeTargetHealthInputIncludeEnum... include)
Used to inclue anomaly detection information.
|
DescribeTargetHealthRequest |
DescribeTargetHealthRequest.withInclude(String... include)
Used to inclue anomaly detection information.
|
DescribeTargetHealthRequest |
DescribeTargetHealthRequest.withTargetGroupArn(String targetGroupArn)
The Amazon Resource Name (ARN) of the target group.
|
DescribeTargetHealthRequest |
DescribeTargetHealthRequest.withTargets(Collection<TargetDescription> targets)
The targets.
|
DescribeTargetHealthRequest |
DescribeTargetHealthRequest.withTargets(TargetDescription... targets)
The targets.
|
| Modifier and Type | Method and Description |
|---|---|
Waiter<DescribeTargetHealthRequest> |
AmazonElasticLoadBalancingWaiters.targetDeregistered()
Builds a TargetDeregistered 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<DescribeTargetHealthRequest> |
AmazonElasticLoadBalancingWaiters.targetInService()
Builds a TargetInService 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 |
|---|---|
DescribeTargetHealthResult |
DescribeTargetHealthFunction.apply(DescribeTargetHealthRequest describeTargetHealthRequest)
Makes a call to the operation specified by the waiter by taking the corresponding request and returns the
corresponding result
|
Copyright © 2024. All rights reserved.