| Package | Description |
|---|---|
| com.amazonaws.services.elasticloadbalancingv2.model |
| Modifier and Type | Method and Description |
|---|---|
TargetHealth |
TargetHealth.clone() |
TargetHealth |
TargetHealthDescription.getTargetHealth()
The health information for the target.
|
TargetHealth |
TargetHealth.withDescription(String description)
A description of the target health that provides additional details.
|
TargetHealth |
TargetHealth.withReason(String reason)
The reason code.
|
TargetHealth |
TargetHealth.withReason(TargetHealthReasonEnum reason)
The reason code.
|
TargetHealth |
TargetHealth.withState(String state)
The state of the target.
|
TargetHealth |
TargetHealth.withState(TargetHealthStateEnum state)
The state of the target.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TargetHealthDescription.setTargetHealth(TargetHealth targetHealth)
The health information for the target.
|
TargetHealthDescription |
TargetHealthDescription.withTargetHealth(TargetHealth targetHealth)
The health information for the target.
|
Copyright © 2023. All rights reserved.