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

Packages that use ConfigureHealthCheckResult
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 ConfigureHealthCheckResult in com.amazonaws.services.elasticloadbalancing
 

Methods in com.amazonaws.services.elasticloadbalancing that return ConfigureHealthCheckResult
 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.
 

Methods in com.amazonaws.services.elasticloadbalancing that return types with arguments of type ConfigureHealthCheckResult
 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 ConfigureHealthCheckResult
 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 ConfigureHealthCheckResult in com.amazonaws.services.elasticloadbalancing.model
 

Methods in com.amazonaws.services.elasticloadbalancing.model that return ConfigureHealthCheckResult
 ConfigureHealthCheckResult ConfigureHealthCheckResult.withHealthCheck(HealthCheck healthCheck)
          The updated healthcheck for the instances.
 



Copyright © 2016. All rights reserved.