| Package | Description |
|---|---|
| com.amazonaws.services.vpclattice.model |
| Modifier and Type | Method and Description |
|---|---|
HealthCheckConfig |
HealthCheckConfig.clone() |
HealthCheckConfig |
TargetGroupConfig.getHealthCheck()
The health check configuration.
|
HealthCheckConfig |
UpdateTargetGroupRequest.getHealthCheck()
The health check configuration.
|
HealthCheckConfig |
HealthCheckConfig.withEnabled(Boolean enabled)
Indicates whether health checking is enabled.
|
HealthCheckConfig |
HealthCheckConfig.withHealthCheckIntervalSeconds(Integer healthCheckIntervalSeconds)
The approximate amount of time, in seconds, between health checks of an individual target.
|
HealthCheckConfig |
HealthCheckConfig.withHealthCheckTimeoutSeconds(Integer healthCheckTimeoutSeconds)
The amount of time, in seconds, to wait before reporting a target as unhealthy.
|
HealthCheckConfig |
HealthCheckConfig.withHealthyThresholdCount(Integer healthyThresholdCount)
The number of consecutive successful health checks required before considering an unhealthy target healthy.
|
HealthCheckConfig |
HealthCheckConfig.withMatcher(Matcher matcher)
The codes to use when checking for a successful response from a target.
|
HealthCheckConfig |
HealthCheckConfig.withPath(String path)
The destination for health checks on the targets.
|
HealthCheckConfig |
HealthCheckConfig.withPort(Integer port)
The port used when performing health checks on targets.
|
HealthCheckConfig |
HealthCheckConfig.withProtocol(String protocol)
The protocol used when performing health checks on targets.
|
HealthCheckConfig |
HealthCheckConfig.withProtocol(TargetGroupProtocol protocol)
The protocol used when performing health checks on targets.
|
HealthCheckConfig |
HealthCheckConfig.withProtocolVersion(HealthCheckProtocolVersion protocolVersion)
The protocol version used when performing health checks on targets.
|
HealthCheckConfig |
HealthCheckConfig.withProtocolVersion(String protocolVersion)
The protocol version used when performing health checks on targets.
|
HealthCheckConfig |
HealthCheckConfig.withUnhealthyThresholdCount(Integer unhealthyThresholdCount)
The number of consecutive failed health checks required before considering a target unhealthy.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TargetGroupConfig.setHealthCheck(HealthCheckConfig healthCheck)
The health check configuration.
|
void |
UpdateTargetGroupRequest.setHealthCheck(HealthCheckConfig healthCheck)
The health check configuration.
|
TargetGroupConfig |
TargetGroupConfig.withHealthCheck(HealthCheckConfig healthCheck)
The health check configuration.
|
UpdateTargetGroupRequest |
UpdateTargetGroupRequest.withHealthCheck(HealthCheckConfig healthCheck)
The health check configuration.
|
Copyright © 2023. All rights reserved.