|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HealthCheck | |
|---|---|
| com.amazonaws.services.elasticloadbalancing.model | Classes modeling the various types represented by AmazonElasticLoadBalancing. |
| Uses of HealthCheck in com.amazonaws.services.elasticloadbalancing.model |
|---|
| Methods in com.amazonaws.services.elasticloadbalancing.model that return HealthCheck | |
|---|---|
HealthCheck |
ConfigureHealthCheckResult.getHealthCheck()
The updated healthcheck for the instances. |
HealthCheck |
ConfigureHealthCheckRequest.getHealthCheck()
A structure containing the configuration information for the new healthcheck. |
HealthCheck |
LoadBalancerDescription.getHealthCheck()
Specifies information regarding the the various health probes conducted on the LoadBalancer. |
HealthCheck |
HealthCheck.withHealthyThreshold(Integer healthyThreshold)
Specifies the number of consecutive health probe successes required before moving the instance to the Healthy state. |
HealthCheck |
HealthCheck.withInterval(Integer interval)
Specifies the approximate interval, in seconds, between health checks of an individual instance. |
HealthCheck |
HealthCheck.withTarget(String target)
Specifies the instance being checked. |
HealthCheck |
HealthCheck.withTimeout(Integer timeout)
Specifies the amount of time, in seconds, during which no response means a failed health probe. |
HealthCheck |
HealthCheck.withUnhealthyThreshold(Integer unhealthyThreshold)
Specifies the number of consecutive health probe failures required before moving the instance to the Unhealthy state. |
| Methods in com.amazonaws.services.elasticloadbalancing.model with parameters of type HealthCheck | |
|---|---|
void |
ConfigureHealthCheckResult.setHealthCheck(HealthCheck healthCheck)
The updated healthcheck for the instances. |
void |
ConfigureHealthCheckRequest.setHealthCheck(HealthCheck healthCheck)
A structure containing the configuration information for the new healthcheck. |
void |
LoadBalancerDescription.setHealthCheck(HealthCheck healthCheck)
Specifies information regarding the the various health probes conducted on the LoadBalancer. |
ConfigureHealthCheckResult |
ConfigureHealthCheckResult.withHealthCheck(HealthCheck healthCheck)
The updated healthcheck for the instances. |
ConfigureHealthCheckRequest |
ConfigureHealthCheckRequest.withHealthCheck(HealthCheck healthCheck)
A structure containing the configuration information for the new healthcheck. |
LoadBalancerDescription |
LoadBalancerDescription.withHealthCheck(HealthCheck healthCheck)
Specifies information regarding the the various health probes conducted on the LoadBalancer. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||