| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsElbLoadBalancerHealthCheck |
AwsElbLoadBalancerHealthCheck.clone() |
AwsElbLoadBalancerHealthCheck |
AwsElbLoadBalancerDetails.getHealthCheck()
Information about the health checks that are conducted on the load balancer.
|
AwsElbLoadBalancerHealthCheck |
AwsElbLoadBalancerHealthCheck.withHealthyThreshold(Integer healthyThreshold)
The number of consecutive health check successes required before the instance is moved to the Healthy state.
|
AwsElbLoadBalancerHealthCheck |
AwsElbLoadBalancerHealthCheck.withInterval(Integer interval)
The approximate interval, in seconds, between health checks of an individual instance.
|
AwsElbLoadBalancerHealthCheck |
AwsElbLoadBalancerHealthCheck.withTarget(String target)
The instance that is being checked.
|
AwsElbLoadBalancerHealthCheck |
AwsElbLoadBalancerHealthCheck.withTimeout(Integer timeout)
The amount of time, in seconds, during which no response means a failed health check.
|
AwsElbLoadBalancerHealthCheck |
AwsElbLoadBalancerHealthCheck.withUnhealthyThreshold(Integer unhealthyThreshold)
The number of consecutive health check failures that must occur before the instance is moved to the Unhealthy
state.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AwsElbLoadBalancerDetails.setHealthCheck(AwsElbLoadBalancerHealthCheck healthCheck)
Information about the health checks that are conducted on the load balancer.
|
AwsElbLoadBalancerDetails |
AwsElbLoadBalancerDetails.withHealthCheck(AwsElbLoadBalancerHealthCheck healthCheck)
Information about the health checks that are conducted on the load balancer.
|
Copyright © 2021. All rights reserved.