| Package | Description |
|---|---|
| software.amazon.awssdk.services.elasticloadbalancing |
|
| Modifier and Type | Method and Description |
|---|---|
default ConfigureHealthCheckResponse |
ElasticLoadBalancingClient.configureHealthCheck(ConfigureHealthCheckRequest configureHealthCheckRequest)
Specifies the health check settings to use when evaluating the health state of your EC2 instances.
|
default ConfigureHealthCheckResponse |
ElasticLoadBalancingClient.configureHealthCheck(Consumer<ConfigureHealthCheckRequest.Builder> configureHealthCheckRequest)
Specifies the health check settings to use when evaluating the health state of your EC2 instances.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ConfigureHealthCheckResponse> |
ElasticLoadBalancingAsyncClient.configureHealthCheck(ConfigureHealthCheckRequest configureHealthCheckRequest)
Specifies the health check settings to use when evaluating the health state of your EC2 instances.
|
default CompletableFuture<ConfigureHealthCheckResponse> |
ElasticLoadBalancingAsyncClient.configureHealthCheck(Consumer<ConfigureHealthCheckRequest.Builder> configureHealthCheckRequest)
Specifies the health check settings to use when evaluating the health state of your EC2 instances.
|
Copyright © 2023. All rights reserved.