| Package | Description |
|---|---|
| com.amazonaws.services.elasticloadbalancingv2.model |
| Modifier and Type | Method and Description |
|---|---|
TargetHealthDescription |
TargetHealthDescription.clone() |
TargetHealthDescription |
TargetHealthDescription.withHealthCheckPort(String healthCheckPort)
The port to use to connect with the target.
|
TargetHealthDescription |
TargetHealthDescription.withTarget(TargetDescription target)
The description of the target.
|
TargetHealthDescription |
TargetHealthDescription.withTargetHealth(TargetHealth targetHealth)
The health information for the target.
|
| Modifier and Type | Method and Description |
|---|---|
List<TargetHealthDescription> |
DescribeTargetHealthResult.getTargetHealthDescriptions()
Information about the health of the targets.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeTargetHealthResult |
DescribeTargetHealthResult.withTargetHealthDescriptions(TargetHealthDescription... targetHealthDescriptions)
Information about the health of the targets.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeTargetHealthResult.setTargetHealthDescriptions(Collection<TargetHealthDescription> targetHealthDescriptions)
Information about the health of the targets.
|
DescribeTargetHealthResult |
DescribeTargetHealthResult.withTargetHealthDescriptions(Collection<TargetHealthDescription> targetHealthDescriptions)
Information about the health of the targets.
|
Copyright © 2020. All rights reserved.