Uses of Enum
com.amazonaws.services.route53.model.HealthCheckType
Packages that use HealthCheckType
-
Uses of HealthCheckType in com.amazonaws.services.route53.model
Subclasses with type arguments of type HealthCheckType in com.amazonaws.services.route53.modelMethods in com.amazonaws.services.route53.model that return HealthCheckTypeModifier and TypeMethodDescriptionstatic HealthCheckTypeUse this in place of valueOf.static HealthCheckTypeReturns 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 HealthCheckTypeModifier and TypeMethodDescriptionvoidHealthCheckConfig.setType(HealthCheckType type) The type of health check to be performed.HealthCheckConfig.withType(HealthCheckType type) The type of health check to be performed.