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)
           Specifies the health check settings to use for evaluating the health state of your back-end instances.
 ConfigureHealthCheckResult AmazonElasticLoadBalancing.configureHealthCheck(ConfigureHealthCheckRequest configureHealthCheckRequest)
           Specifies the health check settings to use for evaluating the health state of your back-end instances.
 Future<ConfigureHealthCheckResult> AmazonElasticLoadBalancingAsyncClient.configureHealthCheckAsync(ConfigureHealthCheckRequest configureHealthCheckRequest)
           Specifies the health check settings to use for evaluating the health state of your back-end instances.
 Future<ConfigureHealthCheckResult> AmazonElasticLoadBalancingAsync.configureHealthCheckAsync(ConfigureHealthCheckRequest configureHealthCheckRequest)
           Specifies the health check settings to use for evaluating the health state of your back-end instances.
 Future<ConfigureHealthCheckResult> AmazonElasticLoadBalancingAsyncClient.configureHealthCheckAsync(ConfigureHealthCheckRequest configureHealthCheckRequest, AsyncHandler<ConfigureHealthCheckRequest,ConfigureHealthCheckResult> asyncHandler)
           Specifies the health check settings to use for evaluating the health state of your back-end instances.
 Future<ConfigureHealthCheckResult> AmazonElasticLoadBalancingAsync.configureHealthCheckAsync(ConfigureHealthCheckRequest configureHealthCheckRequest, AsyncHandler<ConfigureHealthCheckRequest,ConfigureHealthCheckResult> asyncHandler)
           Specifies the health check settings to use for evaluating the health state of your back-end instances.
 

Method parameters in com.amazonaws.services.elasticloadbalancing with type arguments of type ConfigureHealthCheckRequest
 Future<ConfigureHealthCheckResult> AmazonElasticLoadBalancingAsyncClient.configureHealthCheckAsync(ConfigureHealthCheckRequest configureHealthCheckRequest, AsyncHandler<ConfigureHealthCheckRequest,ConfigureHealthCheckResult> asyncHandler)
           Specifies the health check settings to use for evaluating the health state of your back-end instances.
 Future<ConfigureHealthCheckResult> AmazonElasticLoadBalancingAsync.configureHealthCheckAsync(ConfigureHealthCheckRequest configureHealthCheckRequest, AsyncHandler<ConfigureHealthCheckRequest,ConfigureHealthCheckResult> asyncHandler)
           Specifies the health check settings to use for evaluating the health state of your back-end 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 load balancer.
 



Copyright © 2016. All rights reserved.