Uses of Class
software.amazon.awssdk.services.ecs.model.HealthCheck
-
Packages that use HealthCheck Package Description software.amazon.awssdk.services.ecs.model -
-
Uses of HealthCheck in software.amazon.awssdk.services.ecs.model
Methods in software.amazon.awssdk.services.ecs.model that return HealthCheck Modifier and Type Method Description HealthCheckContainerDefinition. healthCheck()The container health check command and associated configuration parameters for the container.Methods in software.amazon.awssdk.services.ecs.model with parameters of type HealthCheck Modifier and Type Method Description ContainerDefinition.BuilderContainerDefinition.Builder. healthCheck(HealthCheck healthCheck)The container health check command and associated configuration parameters for the container.
-