Uses of Class
com.oracle.bmc.healthchecks.model.HttpProbeMethod
-
Packages that use HttpProbeMethod Package Description com.oracle.bmc.healthchecks.model -
-
Uses of HttpProbeMethod in com.oracle.bmc.healthchecks.model
Methods in com.oracle.bmc.healthchecks.model that return HttpProbeMethod Modifier and Type Method Description static HttpProbeMethod
HttpProbeMethod. create(String key)
HttpProbeMethod
CreateHttpMonitorDetails. getMethod()
HttpProbeMethod
CreateOnDemandHttpProbeDetails. getMethod()
HttpProbeMethod
HttpMonitor. getMethod()
HttpProbeMethod
HttpProbe. getMethod()
HttpProbeMethod
UpdateHttpMonitorDetails. getMethod()
static HttpProbeMethod
HttpProbeMethod. valueOf(String name)
Returns the enum constant of this type with the specified name.static HttpProbeMethod[]
HttpProbeMethod. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.healthchecks.model with parameters of type HttpProbeMethod Modifier and Type Method Description CreateHttpMonitorDetails.Builder
CreateHttpMonitorDetails.Builder. method(HttpProbeMethod method)
CreateOnDemandHttpProbeDetails.Builder
CreateOnDemandHttpProbeDetails.Builder. method(HttpProbeMethod method)
HttpMonitor.Builder
HttpMonitor.Builder. method(HttpProbeMethod method)
HttpProbe.Builder
HttpProbe.Builder. method(HttpProbeMethod method)
UpdateHttpMonitorDetails.Builder
UpdateHttpMonitorDetails.Builder. method(HttpProbeMethod method)
Constructors in com.oracle.bmc.healthchecks.model with parameters of type HttpProbeMethod Constructor Description CreateHttpMonitorDetails(String compartmentId, List<String> targets, List<String> vantagePointNames, Integer port, Integer timeoutInSeconds, HttpProbeProtocol protocol, HttpProbeMethod method, String path, Map<String,String> headers, String displayName, Integer intervalInSeconds, Boolean isEnabled, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.CreateOnDemandHttpProbeDetails(String compartmentId, List<String> targets, List<String> vantagePointNames, Integer port, Integer timeoutInSeconds, HttpProbeProtocol protocol, HttpProbeMethod method, String path, Map<String,String> headers)
Deprecated.HttpMonitor(String id, String resultsUrl, String homeRegion, Date timeCreated, String compartmentId, List<String> targets, List<String> vantagePointNames, Integer port, Integer timeoutInSeconds, HttpProbeProtocol protocol, HttpProbeMethod method, String path, Map<String,String> headers, String displayName, Integer intervalInSeconds, Boolean isEnabled, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.HttpProbe(String id, String resultsUrl, String homeRegion, Date timeCreated, String compartmentId, List<String> targets, List<String> vantagePointNames, Integer port, Integer timeoutInSeconds, HttpProbeProtocol protocol, HttpProbeMethod method, String path, Map<String,String> headers)
Deprecated.UpdateHttpMonitorDetails(List<String> targets, List<String> vantagePointNames, Integer port, Integer timeoutInSeconds, HttpProbeProtocol protocol, HttpProbeMethod method, String path, Map<String,String> headers, String displayName, Integer intervalInSeconds, Boolean isEnabled, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.
-