Package | Description |
---|---|
com.oracle.bmc.apmsynthetics.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
ScriptedRestMonitorConfiguration.Builder |
ScriptedRestMonitorConfiguration.Builder.reqAuthenticationScheme(RequestAuthenticationSchemesForScriptedRest reqAuthenticationScheme)
Request HTTP authentication scheme.
|
Constructor and Description |
---|
ScriptedRestMonitorConfiguration(Boolean isFailureRetried,
DnsConfiguration dnsConfiguration,
RequestAuthenticationSchemesForScriptedRest reqAuthenticationScheme,
List<String> verifyResponseCodes,
NetworkConfiguration networkConfiguration)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.