|
||||||||||
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 |
LoadBalancerDescription.getHealthCheck()
Specifies information regarding the various health probes conducted on the load balancer. |
HealthCheck |
ConfigureHealthCheckResult.getHealthCheck()
The updated healthcheck for the instances. |
HealthCheck |
ConfigureHealthCheckRequest.getHealthCheck()
A structure containing the configuration information for the new healthcheck. |
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 |
LoadBalancerDescription.setHealthCheck(HealthCheck healthCheck)
Specifies information regarding the various health probes conducted on the load balancer. |
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. |
LoadBalancerDescription |
LoadBalancerDescription.withHealthCheck(HealthCheck healthCheck)
Specifies information regarding the various health probes conducted on the load balancer. |
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. |
Constructors in com.amazonaws.services.elasticloadbalancing.model with parameters of type HealthCheck | |
---|---|
ConfigureHealthCheckRequest(String loadBalancerName,
HealthCheck healthCheck)
Constructs a new ConfigureHealthCheckRequest object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |