Uses of Interface
software.amazon.awssdk.services.elasticloadbalancing.model.ConfigureHealthCheckRequest.Builder
-
Packages that use ConfigureHealthCheckRequest.Builder Package Description software.amazon.awssdk.services.elasticloadbalancing Elastic Load Balancing software.amazon.awssdk.services.elasticloadbalancing.model -
-
Uses of ConfigureHealthCheckRequest.Builder in software.amazon.awssdk.services.elasticloadbalancing
Method parameters in software.amazon.awssdk.services.elasticloadbalancing with type arguments of type ConfigureHealthCheckRequest.Builder Modifier and Type Method Description 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.default ConfigureHealthCheckResponseElasticLoadBalancingClient. configureHealthCheck(Consumer<ConfigureHealthCheckRequest.Builder> configureHealthCheckRequest)Specifies the health check settings to use when evaluating the health state of your EC2 instances. -
Uses of ConfigureHealthCheckRequest.Builder in software.amazon.awssdk.services.elasticloadbalancing.model
Methods in software.amazon.awssdk.services.elasticloadbalancing.model that return types with arguments of type ConfigureHealthCheckRequest.Builder Modifier and Type Method Description static Class<? extends ConfigureHealthCheckRequest.Builder>ConfigureHealthCheckRequest. serializableBuilderClass()
-