Uses of Class
com.oracle.bmc.waas.model.HealthCheck.Method
-
Packages that use HealthCheck.Method Package Description com.oracle.bmc.waas.model -
-
Uses of HealthCheck.Method in com.oracle.bmc.waas.model
Methods in com.oracle.bmc.waas.model that return HealthCheck.Method Modifier and Type Method Description static HealthCheck.Method
HealthCheck.Method. create(String key)
HealthCheck.Method
HealthCheck. getMethod()
An HTTP verb (i.e.static HealthCheck.Method
HealthCheck.Method. valueOf(String name)
Returns the enum constant of this type with the specified name.static HealthCheck.Method[]
HealthCheck.Method. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.waas.model with parameters of type HealthCheck.Method Modifier and Type Method Description HealthCheck.Builder
HealthCheck.Builder. method(HealthCheck.Method method)
An HTTP verb (i.e.Constructors in com.oracle.bmc.waas.model with parameters of type HealthCheck.Method Constructor Description HealthCheck(Boolean isEnabled, HealthCheck.Method method, String path, Map<String,String> headers, List<HealthCheck.ExpectedResponseCodeGroup> expectedResponseCodeGroup, Boolean isResponseTextCheckEnabled, String expectedResponseText, Integer intervalInSeconds, Integer timeoutInSeconds, Integer healthyThreshold, Integer unhealthyThreshold)
Deprecated.
-