Uses of Class
com.amazonaws.services.elasticloadbalancing.model.HealthCheck

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 ConfigureHealthCheckResult.getHealthCheck()
          Returns the value of the HealthCheck property for this object.
 HealthCheck LoadBalancerDescription.getHealthCheck()
          Returns the value of the HealthCheck property for this object.
 HealthCheck ConfigureHealthCheckRequest.getHealthCheck()
          Returns the value of the HealthCheck property for this object.
 HealthCheck HealthCheck.withHealthyThreshold(Integer healthyThreshold)
          Sets the value of the HealthyThreshold property for this object.
 HealthCheck HealthCheck.withInterval(Integer interval)
          Sets the value of the Interval property for this object.
 HealthCheck HealthCheck.withTarget(String target)
          Sets the value of the Target property for this object.
 HealthCheck HealthCheck.withTimeout(Integer timeout)
          Sets the value of the Timeout property for this object.
 HealthCheck HealthCheck.withUnhealthyThreshold(Integer unhealthyThreshold)
          Sets the value of the UnhealthyThreshold property for this object.
 

Methods in com.amazonaws.services.elasticloadbalancing.model with parameters of type HealthCheck
 void ConfigureHealthCheckResult.setHealthCheck(HealthCheck healthCheck)
          Sets the value of the HealthCheck property for this object.
 void LoadBalancerDescription.setHealthCheck(HealthCheck healthCheck)
          Sets the value of the HealthCheck property for this object.
 void ConfigureHealthCheckRequest.setHealthCheck(HealthCheck healthCheck)
          Sets the value of the HealthCheck property for this object.
 ConfigureHealthCheckResult ConfigureHealthCheckResult.withHealthCheck(HealthCheck healthCheck)
          Sets the value of the HealthCheck property for this object.
 LoadBalancerDescription LoadBalancerDescription.withHealthCheck(HealthCheck healthCheck)
          Sets the value of the HealthCheck property for this object.
 ConfigureHealthCheckRequest ConfigureHealthCheckRequest.withHealthCheck(HealthCheck healthCheck)
          Sets the value of the HealthCheck property for this object.
 



Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.