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 HealthCheckHealthCheck. clone()HealthCheckConfigureHealthCheckRequest. getHealthCheck()The configuration information for the new health check.HealthCheckConfigureHealthCheckResult. getHealthCheck()The updated health check.HealthCheckLoadBalancerDescription. getHealthCheck()Information about the health checks conducted on the load balancer.HealthCheckHealthCheck. withHealthyThreshold(Integer healthyThreshold)The number of consecutive health checks successes required before moving the instance to theHealthystate.HealthCheckHealthCheck. withInterval(Integer interval)The approximate interval, in seconds, between health checks of an individual instance.HealthCheckHealthCheck. withTarget(String target)The instance being checked.HealthCheckHealthCheck. withTimeout(Integer timeout)The amount of time, in seconds, during which no response means a failed health check.HealthCheckHealthCheck. withUnhealthyThreshold(Integer unhealthyThreshold)The number of consecutive health check failures required before moving the instance to theUnhealthystate.Methods in com.amazonaws.services.elasticloadbalancing.model with parameters of type HealthCheck Modifier and Type Method Description voidConfigureHealthCheckRequest. setHealthCheck(HealthCheck healthCheck)The configuration information for the new health check.voidConfigureHealthCheckResult. setHealthCheck(HealthCheck healthCheck)The updated health check.voidLoadBalancerDescription. setHealthCheck(HealthCheck healthCheck)Information about the health checks conducted on the load balancer.ConfigureHealthCheckRequestConfigureHealthCheckRequest. withHealthCheck(HealthCheck healthCheck)The configuration information for the new health check.ConfigureHealthCheckResultConfigureHealthCheckResult. withHealthCheck(HealthCheck healthCheck)The updated health check.LoadBalancerDescriptionLoadBalancerDescription. 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.
-