Uses of Class
com.oracle.bmc.apmsynthetics.model.RequestAuthenticationSchemesForScriptedRest
-
Packages that use RequestAuthenticationSchemesForScriptedRest Package Description com.oracle.bmc.apmsynthetics.model -
-
Uses of RequestAuthenticationSchemesForScriptedRest in com.oracle.bmc.apmsynthetics.model
Methods in com.oracle.bmc.apmsynthetics.model that return RequestAuthenticationSchemesForScriptedRest Modifier and Type Method Description static RequestAuthenticationSchemesForScriptedRest
RequestAuthenticationSchemesForScriptedRest. create(String key)
RequestAuthenticationSchemesForScriptedRest
ScriptedRestMonitorConfiguration. getReqAuthenticationScheme()
Request HTTP authentication scheme.static RequestAuthenticationSchemesForScriptedRest
RequestAuthenticationSchemesForScriptedRest. valueOf(String name)
Returns the enum constant of this type with the specified name.static RequestAuthenticationSchemesForScriptedRest[]
RequestAuthenticationSchemesForScriptedRest. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.apmsynthetics.model with parameters of type RequestAuthenticationSchemesForScriptedRest Modifier and Type Method Description ScriptedRestMonitorConfiguration.Builder
ScriptedRestMonitorConfiguration.Builder. reqAuthenticationScheme(RequestAuthenticationSchemesForScriptedRest reqAuthenticationScheme)
Request HTTP authentication scheme.Constructors in com.oracle.bmc.apmsynthetics.model with parameters of type RequestAuthenticationSchemesForScriptedRest Constructor Description ScriptedRestMonitorConfiguration(Boolean isFailureRetried, DnsConfiguration dnsConfiguration, RequestAuthenticationSchemesForScriptedRest reqAuthenticationScheme, List<String> verifyResponseCodes, NetworkConfiguration networkConfiguration)
Deprecated.
-