Uses of Class
com.amazonaws.services.elasticloadbalancing.model.HealthCheck
-
Packages that use HealthCheck Package Description com.amazonaws.services.elasticloadbalancing.model -
-
Uses of HealthCheck in com.amazonaws.services.elasticloadbalancing.model
Methods in com.amazonaws.services.elasticloadbalancing.model that return HealthCheck Modifier and Type Method Description HealthCheck
HealthCheck. clone()
HealthCheck
ConfigureHealthCheckRequest. getHealthCheck()
The configuration information for the new health check.HealthCheck
ConfigureHealthCheckResult. getHealthCheck()
The updated health check.HealthCheck
LoadBalancerDescription. getHealthCheck()
Information about the health checks conducted on the load balancer.HealthCheck
HealthCheck. withHealthyThreshold(Integer healthyThreshold)
The number of consecutive health checks successes required before moving the instance to theHealthy
state.HealthCheck
HealthCheck. withInterval(Integer interval)
The approximate interval, in seconds, between health checks of an individual instance.HealthCheck
HealthCheck. withTarget(String target)
The instance being checked.HealthCheck
HealthCheck. withTimeout(Integer timeout)
The amount of time, in seconds, during which no response means a failed health check.HealthCheck
HealthCheck. withUnhealthyThreshold(Integer unhealthyThreshold)
The number of consecutive health check failures required before moving the instance to theUnhealthy
state.Methods in com.amazonaws.services.elasticloadbalancing.model with parameters of type HealthCheck Modifier and Type Method Description void
ConfigureHealthCheckRequest. setHealthCheck(HealthCheck healthCheck)
The configuration information for the new health check.void
ConfigureHealthCheckResult. setHealthCheck(HealthCheck healthCheck)
The updated health check.void
LoadBalancerDescription. setHealthCheck(HealthCheck healthCheck)
Information about the health checks conducted on the load balancer.ConfigureHealthCheckRequest
ConfigureHealthCheckRequest. withHealthCheck(HealthCheck healthCheck)
The configuration information for the new health check.ConfigureHealthCheckResult
ConfigureHealthCheckResult. withHealthCheck(HealthCheck healthCheck)
The updated health check.LoadBalancerDescription
LoadBalancerDescription. withHealthCheck(HealthCheck healthCheck)
Information about the health checks conducted on the load balancer.Constructors in com.amazonaws.services.elasticloadbalancing.model with parameters of type HealthCheck Constructor Description ConfigureHealthCheckRequest(String loadBalancerName, HealthCheck healthCheck)
Constructs a new ConfigureHealthCheckRequest object.
-