Uses of Class
com.oracle.bmc.apmsynthetics.model.RequestAuthenticationSchemes
-
Packages that use RequestAuthenticationSchemes Package Description com.oracle.bmc.apmsynthetics.model -
-
Uses of RequestAuthenticationSchemes in com.oracle.bmc.apmsynthetics.model
Methods in com.oracle.bmc.apmsynthetics.model that return RequestAuthenticationSchemes Modifier and Type Method Description static RequestAuthenticationSchemes
RequestAuthenticationSchemes. create(String key)
RequestAuthenticationSchemes
RestMonitorConfiguration. getReqAuthenticationScheme()
Request HTTP authentication scheme.static RequestAuthenticationSchemes
RequestAuthenticationSchemes. valueOf(String name)
Returns the enum constant of this type with the specified name.static RequestAuthenticationSchemes[]
RequestAuthenticationSchemes. 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 RequestAuthenticationSchemes Modifier and Type Method Description RestMonitorConfiguration.Builder
RestMonitorConfiguration.Builder. reqAuthenticationScheme(RequestAuthenticationSchemes reqAuthenticationScheme)
Request HTTP authentication scheme.Constructors in com.oracle.bmc.apmsynthetics.model with parameters of type RequestAuthenticationSchemes Constructor Description RestMonitorConfiguration(Boolean isFailureRetried, DnsConfiguration dnsConfiguration, Boolean isRedirectionEnabled, Boolean isCertificateValidationEnabled, RequestMethods requestMethod, RequestAuthenticationSchemes reqAuthenticationScheme, RequestAuthenticationDetails reqAuthenticationDetails, ClientCertificateDetails clientCertificateDetails, List<Header> requestHeaders, List<RequestQueryParam> requestQueryParams, String requestPostBody, String verifyResponseContent, List<String> verifyResponseCodes, NetworkConfiguration networkConfiguration)
Deprecated.
-