| Package | Description |
|---|---|
| com.amazonaws.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
ContainerServiceHealthCheckConfig |
ContainerServiceHealthCheckConfig.clone() |
ContainerServiceHealthCheckConfig |
ContainerServiceEndpoint.getHealthCheck()
An object that describes the health check configuration of the container.
|
ContainerServiceHealthCheckConfig |
EndpointRequest.getHealthCheck()
An object that describes the health check configuration of the container.
|
ContainerServiceHealthCheckConfig |
ContainerServiceHealthCheckConfig.withHealthyThreshold(Integer healthyThreshold)
The number of consecutive health checks successes required before moving the container to the
Healthy state. |
ContainerServiceHealthCheckConfig |
ContainerServiceHealthCheckConfig.withIntervalSeconds(Integer intervalSeconds)
The approximate interval, in seconds, between health checks of an individual container.
|
ContainerServiceHealthCheckConfig |
ContainerServiceHealthCheckConfig.withPath(String path)
The path on the container on which to perform the health check.
|
ContainerServiceHealthCheckConfig |
ContainerServiceHealthCheckConfig.withSuccessCodes(String successCodes)
The HTTP codes to use when checking for a successful response from a container.
|
ContainerServiceHealthCheckConfig |
ContainerServiceHealthCheckConfig.withTimeoutSeconds(Integer timeoutSeconds)
The amount of time, in seconds, during which no response means a failed health check.
|
ContainerServiceHealthCheckConfig |
ContainerServiceHealthCheckConfig.withUnhealthyThreshold(Integer unhealthyThreshold)
The number of consecutive health check failures required before moving the container to the
Unhealthy state. |
| Modifier and Type | Method and Description |
|---|---|
void |
ContainerServiceEndpoint.setHealthCheck(ContainerServiceHealthCheckConfig healthCheck)
An object that describes the health check configuration of the container.
|
void |
EndpointRequest.setHealthCheck(ContainerServiceHealthCheckConfig healthCheck)
An object that describes the health check configuration of the container.
|
ContainerServiceEndpoint |
ContainerServiceEndpoint.withHealthCheck(ContainerServiceHealthCheckConfig healthCheck)
An object that describes the health check configuration of the container.
|
EndpointRequest |
EndpointRequest.withHealthCheck(ContainerServiceHealthCheckConfig healthCheck)
An object that describes the health check configuration of the container.
|
Copyright © 2023. All rights reserved.