Package | Description |
---|---|
com.amazonaws.services.elasticloadbalancing.model | |
com.amazonaws.services.elasticloadbalancing.model.transform |
Modifier and Type | Field and Description |
---|---|
private HealthCheck |
LoadBalancerDescription.healthCheck
Information about the health checks conducted on the load balancer.
|
private HealthCheck |
ConfigureHealthCheckResult.healthCheck
The updated health check.
|
private HealthCheck |
ConfigureHealthCheckRequest.healthCheck
The configuration information for the new health check.
|
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(java.lang.Integer healthyThreshold)
The number of consecutive health checks successes required before moving
the instance to the
Healthy state. |
HealthCheck |
HealthCheck.withInterval(java.lang.Integer interval)
The approximate interval, in seconds, between health checks of an
individual instance.
|
HealthCheck |
HealthCheck.withTarget(java.lang.String target)
The instance being checked.
|
HealthCheck |
HealthCheck.withTimeout(java.lang.Integer timeout)
The amount of time, in seconds, during which no response means a failed
health check.
|
HealthCheck |
HealthCheck.withUnhealthyThreshold(java.lang.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(java.lang.String loadBalancerName,
HealthCheck healthCheck)
Constructs a new ConfigureHealthCheckRequest object.
|
Modifier and Type | Method and Description |
---|---|
HealthCheck |
HealthCheckStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |