Uses of Class
com.amazonaws.services.elasticloadbalancing.model.ConfigureHealthCheckRequest
Packages that use ConfigureHealthCheckRequest
Package
Description
-
Uses of ConfigureHealthCheckRequest in com.amazonaws.services.elasticloadbalancing
Methods in com.amazonaws.services.elasticloadbalancing with parameters of type ConfigureHealthCheckRequestModifier and TypeMethodDescriptionAbstractAmazonElasticLoadBalancing.configureHealthCheck
(ConfigureHealthCheckRequest request) AmazonElasticLoadBalancing.configureHealthCheck
(ConfigureHealthCheckRequest configureHealthCheckRequest) Specifies the health check settings to use when evaluating the health state of your back-end instances.AmazonElasticLoadBalancingClient.configureHealthCheck
(ConfigureHealthCheckRequest configureHealthCheckRequest) Specifies the health check settings to use when evaluating the health state of your back-end instances.AbstractAmazonElasticLoadBalancingAsync.configureHealthCheckAsync
(ConfigureHealthCheckRequest request) AbstractAmazonElasticLoadBalancingAsync.configureHealthCheckAsync
(ConfigureHealthCheckRequest request, AsyncHandler<ConfigureHealthCheckRequest, ConfigureHealthCheckResult> asyncHandler) AmazonElasticLoadBalancingAsync.configureHealthCheckAsync
(ConfigureHealthCheckRequest configureHealthCheckRequest) Specifies the health check settings to use when evaluating the health state of your back-end instances.AmazonElasticLoadBalancingAsync.configureHealthCheckAsync
(ConfigureHealthCheckRequest configureHealthCheckRequest, AsyncHandler<ConfigureHealthCheckRequest, ConfigureHealthCheckResult> asyncHandler) Specifies the health check settings to use when evaluating the health state of your back-end instances.AmazonElasticLoadBalancingAsyncClient.configureHealthCheckAsync
(ConfigureHealthCheckRequest request) AmazonElasticLoadBalancingAsyncClient.configureHealthCheckAsync
(ConfigureHealthCheckRequest request, AsyncHandler<ConfigureHealthCheckRequest, ConfigureHealthCheckResult> asyncHandler) Method parameters in com.amazonaws.services.elasticloadbalancing with type arguments of type ConfigureHealthCheckRequestModifier and TypeMethodDescriptionAbstractAmazonElasticLoadBalancingAsync.configureHealthCheckAsync
(ConfigureHealthCheckRequest request, AsyncHandler<ConfigureHealthCheckRequest, ConfigureHealthCheckResult> asyncHandler) AmazonElasticLoadBalancingAsync.configureHealthCheckAsync
(ConfigureHealthCheckRequest configureHealthCheckRequest, AsyncHandler<ConfigureHealthCheckRequest, ConfigureHealthCheckResult> asyncHandler) Specifies the health check settings to use when evaluating the health state of your back-end instances.AmazonElasticLoadBalancingAsyncClient.configureHealthCheckAsync
(ConfigureHealthCheckRequest request, AsyncHandler<ConfigureHealthCheckRequest, ConfigureHealthCheckResult> asyncHandler) -
Uses of ConfigureHealthCheckRequest in com.amazonaws.services.elasticloadbalancing.model
Methods in com.amazonaws.services.elasticloadbalancing.model that return ConfigureHealthCheckRequestModifier and TypeMethodDescriptionConfigureHealthCheckRequest.clone()
ConfigureHealthCheckRequest.withHealthCheck
(HealthCheck healthCheck) The configuration information for the new health check.ConfigureHealthCheckRequest.withLoadBalancerName
(String loadBalancerName) The name of the load balancer.