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

Packages that use ConfigureHealthCheckRequest
com.amazonaws.services.elasticloadbalancing Synchronous and asynchronous client classes for accessing AmazonElasticLoadBalancing. 
com.amazonaws.services.elasticloadbalancing.model Classes modeling the various types represented by AmazonElasticLoadBalancing. 
 

Uses of ConfigureHealthCheckRequest in com.amazonaws.services.elasticloadbalancing
 

Methods in com.amazonaws.services.elasticloadbalancing with parameters of type ConfigureHealthCheckRequest
 ConfigureHealthCheckResult AmazonElasticLoadBalancingClient.configureHealthCheck(ConfigureHealthCheckRequest configureHealthCheckRequest)
           Enables the client to define an application healthcheck for the instances.
 ConfigureHealthCheckResult AmazonElasticLoadBalancing.configureHealthCheck(ConfigureHealthCheckRequest configureHealthCheckRequest)
           Enables the client to define an application healthcheck for the instances.
 Future<ConfigureHealthCheckResult> AmazonElasticLoadBalancingAsync.configureHealthCheckAsync(ConfigureHealthCheckRequest configureHealthCheckRequest)
           Enables the client to define an application healthcheck for the instances.
 Future<ConfigureHealthCheckResult> AmazonElasticLoadBalancingAsyncClient.configureHealthCheckAsync(ConfigureHealthCheckRequest configureHealthCheckRequest)
           Enables the client to define an application healthcheck for the instances.
 

Uses of ConfigureHealthCheckRequest in com.amazonaws.services.elasticloadbalancing.model
 

Methods in com.amazonaws.services.elasticloadbalancing.model that return ConfigureHealthCheckRequest
 ConfigureHealthCheckRequest ConfigureHealthCheckRequest.withHealthCheck(HealthCheck healthCheck)
          A structure containing the configuration information for the new healthcheck.
 ConfigureHealthCheckRequest ConfigureHealthCheckRequest.withLoadBalancerName(String loadBalancerName)
          The mnemonic name associated with the LoadBalancer.
 



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