Uses of Interface
software.amazon.awscdk.services.elasticloadbalancingv2.HealthCheck
Packages that use HealthCheck
Package
Description
Amazon Elastic Load Balancing V2 Construct Library
-
Uses of HealthCheck in software.amazon.awscdk.services.elasticloadbalancingv2
Classes in software.amazon.awscdk.services.elasticloadbalancingv2 that implement HealthCheckMethods in software.amazon.awscdk.services.elasticloadbalancingv2 that return HealthCheckModifier and TypeMethodDescriptionHealthCheck.Builder.build()Builds the configured instance.default HealthCheckAddApplicationTargetsProps.getHealthCheck()Health check configuration.final HealthCheckAddApplicationTargetsProps.Jsii$Proxy.getHealthCheck()default HealthCheckAddNetworkTargetsProps.getHealthCheck()Health check configuration.final HealthCheckAddNetworkTargetsProps.Jsii$Proxy.getHealthCheck()final HealthCheckApplicationTargetGroupProps.Jsii$Proxy.getHealthCheck()default HealthCheckBaseTargetGroupProps.getHealthCheck()Health check configuration.final HealthCheckBaseTargetGroupProps.Jsii$Proxy.getHealthCheck()final HealthCheckNetworkTargetGroupProps.Jsii$Proxy.getHealthCheck()TargetGroupBase.getHealthCheck()Health check for the members of this target group.Methods in software.amazon.awscdk.services.elasticloadbalancingv2 with parameters of type HealthCheckModifier and TypeMethodDescriptionvoidTargetGroupBase.configureHealthCheck(HealthCheck healthCheck) Set/replace the target group's health check.AddApplicationTargetsProps.Builder.healthCheck(HealthCheck healthCheck) Sets the value ofAddApplicationTargetsProps.getHealthCheck()AddNetworkTargetsProps.Builder.healthCheck(HealthCheck healthCheck) Sets the value ofAddNetworkTargetsProps.getHealthCheck()ApplicationTargetGroup.Builder.healthCheck(HealthCheck healthCheck) Health check configuration.ApplicationTargetGroupProps.Builder.healthCheck(HealthCheck healthCheck) Sets the value ofBaseTargetGroupProps.getHealthCheck()BaseTargetGroupProps.Builder.healthCheck(HealthCheck healthCheck) Sets the value ofBaseTargetGroupProps.getHealthCheck()NetworkTargetGroup.Builder.healthCheck(HealthCheck healthCheck) Health check configuration.NetworkTargetGroupProps.Builder.healthCheck(HealthCheck healthCheck) Sets the value ofBaseTargetGroupProps.getHealthCheck()voidTargetGroupBase.setHealthCheck(HealthCheck value) Health check for the members of this target group.