Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
ConfigureHealthCheckResult |
AmazonElasticLoadBalancing.configureHealthCheck(ConfigureHealthCheckRequest configureHealthCheckRequest)
Specifies the health check settings to use for evaluating the health
state of your back-end instances.
|
ConfigureHealthCheckResult |
AmazonElasticLoadBalancingClient.configureHealthCheck(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)
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.
|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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.
|
Modifier and Type | Method and Description |
---|---|
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 © 2014. All rights reserved.