Uses of Enum
software.amazon.awssdk.services.route53.model.HealthCheckType
Packages that use HealthCheckType
-
Uses of HealthCheckType in software.amazon.awssdk.services.route53.model
Methods in software.amazon.awssdk.services.route53.model that return HealthCheckTypeModifier and TypeMethodDescriptionstatic HealthCheckTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final HealthCheckTypeHealthCheckConfig.type()The type of health check that you want to create, which indicates how Amazon Route 53 determines whether an endpoint is healthy.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 software.amazon.awssdk.services.route53.model that return types with arguments of type HealthCheckTypeMethods in software.amazon.awssdk.services.route53.model with parameters of type HealthCheckTypeModifier and TypeMethodDescriptionHealthCheckConfig.Builder.type(HealthCheckType type) The type of health check that you want to create, which indicates how Amazon Route 53 determines whether an endpoint is healthy.