Uses of Enum Class
software.amazon.awscdk.services.route53.HealthCheckType
Packages that use HealthCheckType
-
Uses of HealthCheckType in software.amazon.awscdk.services.route53
Methods in software.amazon.awscdk.services.route53 that return HealthCheckTypeModifier and TypeMethodDescriptionHealthCheckProps.getType()The type of health check to be associated with the record.final HealthCheckTypeHealthCheckProps.Jsii$Proxy.getType()static HealthCheckTypeReturns the enum constant of this class with the specified name.static HealthCheckType[]HealthCheckType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in software.amazon.awscdk.services.route53 with parameters of type HealthCheckTypeModifier and TypeMethodDescriptionHealthCheck.Builder.type(HealthCheckType type) The type of health check to be associated with the record.HealthCheckProps.Builder.type(HealthCheckType type) Sets the value ofHealthCheckProps.getType()