| Package | Description |
|---|---|
| com.amazonaws.services.appmesh.model |
| Modifier and Type | Method and Description |
|---|---|
HealthCheckPolicy |
HealthCheckPolicy.clone() |
HealthCheckPolicy |
Listener.getHealthCheck()
The health check information for the listener.
|
HealthCheckPolicy |
HealthCheckPolicy.withHealthyThreshold(Integer healthyThreshold)
The number of consecutive successful health checks that must occur before declaring listener healthy.
|
HealthCheckPolicy |
HealthCheckPolicy.withIntervalMillis(Long intervalMillis)
The time period in milliseconds between each health check execution.
|
HealthCheckPolicy |
HealthCheckPolicy.withPath(String path)
The destination path for the health check request.
|
HealthCheckPolicy |
HealthCheckPolicy.withPort(Integer port)
The destination port for the health check request.
|
HealthCheckPolicy |
HealthCheckPolicy.withProtocol(PortProtocol protocol)
The protocol for the health check request.
|
HealthCheckPolicy |
HealthCheckPolicy.withProtocol(String protocol)
The protocol for the health check request.
|
HealthCheckPolicy |
HealthCheckPolicy.withTimeoutMillis(Long timeoutMillis)
The amount of time to wait when receiving a response from the health check, in milliseconds.
|
HealthCheckPolicy |
HealthCheckPolicy.withUnhealthyThreshold(Integer unhealthyThreshold)
The number of consecutive failed health checks that must occur before declaring a virtual node unhealthy.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Listener.setHealthCheck(HealthCheckPolicy healthCheck)
The health check information for the listener.
|
Listener |
Listener.withHealthCheck(HealthCheckPolicy healthCheck)
The health check information for the listener.
|
Copyright © 2019. All rights reserved.