Uses of Interface
software.amazon.awssdk.services.elasticloadbalancing.model.ConfigureHealthCheckRequest.Builder
Packages that use ConfigureHealthCheckRequest.Builder
Package
Description
-
Uses of ConfigureHealthCheckRequest.Builder in software.amazon.awssdk.services.elasticloadbalancing
Method parameters in software.amazon.awssdk.services.elasticloadbalancing with type arguments of type ConfigureHealthCheckRequest.BuilderModifier and TypeMethodDescriptionElasticLoadBalancingAsyncClient.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 ConfigureHealthCheckRequest.BuilderModifier and TypeMethodDescriptionConfigureHealthCheckRequest.builder()ConfigureHealthCheckRequest.Builder.healthCheck(Consumer<HealthCheck.Builder> healthCheck) The configuration information.ConfigureHealthCheckRequest.Builder.healthCheck(HealthCheck healthCheck) The configuration information.ConfigureHealthCheckRequest.Builder.loadBalancerName(String loadBalancerName) The name of the load balancer.ConfigureHealthCheckRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ConfigureHealthCheckRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) ConfigureHealthCheckRequest.toBuilder()Methods in software.amazon.awssdk.services.elasticloadbalancing.model that return types with arguments of type ConfigureHealthCheckRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ConfigureHealthCheckRequest.Builder>ConfigureHealthCheckRequest.serializableBuilderClass()