Package | Description |
---|---|
com.amazonaws.services.elasticloadbalancing.model |
Classes modeling the various types represented by AmazonElasticLoadBalancing.
|
Modifier and Type | Method and Description |
---|---|
HealthCheck |
ConfigureHealthCheckRequest.getHealthCheck()
A structure containing the configuration information for the new
healthcheck.
|
HealthCheck |
ConfigureHealthCheckResult.getHealthCheck()
The updated healthcheck for the instances.
|
HealthCheck |
LoadBalancerDescription.getHealthCheck()
Specifies information regarding the various health probes conducted on
the load balancer.
|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigureHealthCheckRequest.setHealthCheck(HealthCheck healthCheck)
A structure containing the configuration information for the new
healthcheck.
|
void |
ConfigureHealthCheckResult.setHealthCheck(HealthCheck healthCheck)
The updated healthcheck for the instances.
|
void |
LoadBalancerDescription.setHealthCheck(HealthCheck healthCheck)
Specifies information regarding the various health probes conducted on
the load balancer.
|
ConfigureHealthCheckRequest |
ConfigureHealthCheckRequest.withHealthCheck(HealthCheck healthCheck)
A structure containing the configuration information for the new
healthcheck.
|
ConfigureHealthCheckResult |
ConfigureHealthCheckResult.withHealthCheck(HealthCheck healthCheck)
The updated healthcheck for the instances.
|
LoadBalancerDescription |
LoadBalancerDescription.withHealthCheck(HealthCheck healthCheck)
Specifies information regarding the various health probes conducted on
the load balancer.
|
Constructor and Description |
---|
ConfigureHealthCheckRequest(String loadBalancerName,
HealthCheck healthCheck)
Constructs a new ConfigureHealthCheckRequest object.
|
Copyright © 2014. All rights reserved.