Package | Description |
---|---|
com.amazonaws.services.elasticloadbalancing.model |
Modifier and Type | Method and Description |
---|---|
HealthCheck |
HealthCheck.clone() |
HealthCheck |
LoadBalancerDescription.getHealthCheck()
Information about the health checks conducted on the load balancer.
|
HealthCheck |
ConfigureHealthCheckResult.getHealthCheck()
The updated health check.
|
HealthCheck |
ConfigureHealthCheckRequest.getHealthCheck()
The configuration information for the new health check.
|
HealthCheck |
HealthCheck.withHealthyThreshold(Integer healthyThreshold)
The number of consecutive health checks successes required before moving
the instance to the
Healthy state. |
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
Unhealthy state. |
Modifier and Type | Method and Description |
---|---|
void |
LoadBalancerDescription.setHealthCheck(HealthCheck healthCheck)
Information about the health checks conducted on the load balancer.
|
void |
ConfigureHealthCheckResult.setHealthCheck(HealthCheck healthCheck)
The updated health check.
|
void |
ConfigureHealthCheckRequest.setHealthCheck(HealthCheck healthCheck)
The configuration information for the new health check.
|
LoadBalancerDescription |
LoadBalancerDescription.withHealthCheck(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 for the new health check.
|
Constructor and Description |
---|
ConfigureHealthCheckRequest(String loadBalancerName,
HealthCheck healthCheck)
Constructs a new ConfigureHealthCheckRequest object.
|
Copyright © 2016. All rights reserved.