Uses of Class
software.amazon.awssdk.services.elasticloadbalancing.model.ConfigureHealthCheckRequest
-
Packages that use ConfigureHealthCheckRequest Package Description software.amazon.awssdk.services.elasticloadbalancing Elastic Load Balancing software.amazon.awssdk.services.elasticloadbalancing.transform -
-
Uses of ConfigureHealthCheckRequest in software.amazon.awssdk.services.elasticloadbalancing
Methods in software.amazon.awssdk.services.elasticloadbalancing with parameters of type ConfigureHealthCheckRequest Modifier and Type Method 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 ConfigureHealthCheckResponse
ElasticLoadBalancingClient. configureHealthCheck(ConfigureHealthCheckRequest configureHealthCheckRequest)
Specifies the health check settings to use when evaluating the health state of your EC2 instances. -
Uses of ConfigureHealthCheckRequest in software.amazon.awssdk.services.elasticloadbalancing.transform
Methods in software.amazon.awssdk.services.elasticloadbalancing.transform with parameters of type ConfigureHealthCheckRequest Modifier and Type Method Description SdkHttpFullRequest
ConfigureHealthCheckRequestMarshaller. marshall(ConfigureHealthCheckRequest configureHealthCheckRequest)
-