Uses of Class
software.amazon.awssdk.services.elasticloadbalancing.model.ConfigureHealthCheckResponse
Packages that use ConfigureHealthCheckResponse
-
Uses of ConfigureHealthCheckResponse in software.amazon.awssdk.services.elasticloadbalancing
Methods in software.amazon.awssdk.services.elasticloadbalancing that return ConfigureHealthCheckResponseModifier and TypeMethodDescriptiondefault ConfigureHealthCheckResponseElasticLoadBalancingClient.configureHealthCheck(Consumer<ConfigureHealthCheckRequest.Builder> configureHealthCheckRequest) Specifies the health check settings to use when evaluating the health state of your EC2 instances.default ConfigureHealthCheckResponseElasticLoadBalancingClient.configureHealthCheck(ConfigureHealthCheckRequest configureHealthCheckRequest) Specifies the health check settings to use when evaluating the health state of your EC2 instances.Methods in software.amazon.awssdk.services.elasticloadbalancing that return types with arguments of type ConfigureHealthCheckResponseModifier and TypeMethodDescriptionElasticLoadBalancingAsyncClient.configureHealthCheck(Consumer<ConfigureHealthCheckRequest.Builder> configureHealthCheckRequest) Specifies the health check settings to use when evaluating the health state of your EC2 instances.ElasticLoadBalancingAsyncClient.configureHealthCheck(ConfigureHealthCheckRequest configureHealthCheckRequest) Specifies the health check settings to use when evaluating the health state of your EC2 instances.