Uses of Class
com.amazonaws.services.route53.model.HealthCheckType
-
Packages that use HealthCheckType Package Description com.amazonaws.services.route53.model -
-
Uses of HealthCheckType in com.amazonaws.services.route53.model
Methods in com.amazonaws.services.route53.model that return HealthCheckType Modifier and Type Method Description static HealthCheckType
HealthCheckType. fromValue(String value)
Use this in place of valueOf.static HealthCheckType
HealthCheckType. valueOf(String name)
Returns the enum constant of this type with the specified name.static HealthCheckType[]
HealthCheckType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.route53.model with parameters of type HealthCheckType Modifier and Type Method Description void
HealthCheckConfig. setType(HealthCheckType type)
The type of health check to be performed.HealthCheckConfig
HealthCheckConfig. withType(HealthCheckType type)
The type of health check to be performed.
-