| Package | Description | 
|---|---|
| com.amazonaws.services.elasticloadbalancing.model | 
| Modifier and Type | Method and Description | 
|---|---|
| HealthCheck | HealthCheck. clone() | 
| HealthCheck | ConfigureHealthCheckResult. getHealthCheck()
 The updated health check. | 
| HealthCheck | ConfigureHealthCheckRequest. getHealthCheck()
 The configuration information. | 
| 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 the  Healthystate. | 
| 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 the  Unhealthystate. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ConfigureHealthCheckResult. setHealthCheck(HealthCheck healthCheck)
 The updated health check. | 
| void | ConfigureHealthCheckRequest. setHealthCheck(HealthCheck healthCheck)
 The configuration information. | 
| void | LoadBalancerDescription. setHealthCheck(HealthCheck healthCheck)
 Information about the health checks conducted on the load balancer. | 
| ConfigureHealthCheckResult | ConfigureHealthCheckResult. withHealthCheck(HealthCheck healthCheck)
 The updated health check. | 
| ConfigureHealthCheckRequest | ConfigureHealthCheckRequest. withHealthCheck(HealthCheck healthCheck)
 The configuration information. | 
| LoadBalancerDescription | LoadBalancerDescription. withHealthCheck(HealthCheck healthCheck)
 Information about the health checks conducted on the load balancer. | 
| Constructor and Description | 
|---|
| ConfigureHealthCheckRequest(String loadBalancerName,
                           HealthCheck healthCheck)Constructs a new ConfigureHealthCheckRequest object. | 
Copyright © 2017. All rights reserved.