| Package | Description |
|---|---|
| com.amazonaws.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
ContainerHealthCheck |
ContainerHealthCheck.clone() |
ContainerHealthCheck |
ContainerDefinitionInput.getHealthCheck()
Configuration for a non-terminal health check.
|
ContainerHealthCheck |
ContainerDefinition.getHealthCheck()
A configuration for a non-terminal health check.
|
ContainerHealthCheck |
ContainerHealthCheck.withCommand(Collection<String> command)
A string array that specifies the command that the container runs to determine if it's healthy.
|
ContainerHealthCheck |
ContainerHealthCheck.withCommand(String... command)
A string array that specifies the command that the container runs to determine if it's healthy.
|
ContainerHealthCheck |
ContainerHealthCheck.withInterval(Integer interval)
The time period (in seconds) between each health check.
|
ContainerHealthCheck |
ContainerHealthCheck.withRetries(Integer retries)
The number of times to retry a failed health check before the container is considered unhealthy.
|
ContainerHealthCheck |
ContainerHealthCheck.withStartPeriod(Integer startPeriod)
The optional grace period (in seconds) to give a container time to bootstrap before the first failed health check
counts toward the number of retries.
|
ContainerHealthCheck |
ContainerHealthCheck.withTimeout(Integer timeout)
The time period (in seconds) to wait for a health check to succeed before a failed health check is counted.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ContainerDefinitionInput.setHealthCheck(ContainerHealthCheck healthCheck)
Configuration for a non-terminal health check.
|
void |
ContainerDefinition.setHealthCheck(ContainerHealthCheck healthCheck)
A configuration for a non-terminal health check.
|
ContainerDefinitionInput |
ContainerDefinitionInput.withHealthCheck(ContainerHealthCheck healthCheck)
Configuration for a non-terminal health check.
|
ContainerDefinition |
ContainerDefinition.withHealthCheck(ContainerHealthCheck healthCheck)
A configuration for a non-terminal health check.
|
Copyright © 2025. All rights reserved.