Uses of Class
com.amazonaws.services.elasticloadbalancing.model.HealthCheck
Packages that use HealthCheck
-
Uses of HealthCheck in com.amazonaws.services.elasticloadbalancing.model
Methods in com.amazonaws.services.elasticloadbalancing.model that return HealthCheckModifier and TypeMethodDescriptionHealthCheck.clone()
ConfigureHealthCheckRequest.getHealthCheck()
The configuration information for the new health check.ConfigureHealthCheckResult.getHealthCheck()
The updated health check.LoadBalancerDescription.getHealthCheck()
Information about the health checks conducted on the load balancer.HealthCheck.withHealthyThreshold
(Integer healthyThreshold) The number of consecutive health checks successes required before moving the instance to theHealthy
state.HealthCheck.withInterval
(Integer interval) The approximate interval, in seconds, between health checks of an individual instance.HealthCheck.withTarget
(String target) The instance being checked.HealthCheck.withTimeout
(Integer timeout) The amount of time, in seconds, during which no response means a failed health check.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 HealthCheckModifier and TypeMethodDescriptionvoid
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.withHealthCheck
(HealthCheck healthCheck) The configuration information for the new health check.ConfigureHealthCheckResult.withHealthCheck
(HealthCheck healthCheck) The updated health check.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 HealthCheckModifierConstructorDescriptionConfigureHealthCheckRequest
(String loadBalancerName, HealthCheck healthCheck) Constructs a new ConfigureHealthCheckRequest object.