Uses of Class
com.oracle.bmc.apmsynthetics.model.Header
-
Packages that use Header Package Description com.oracle.bmc.apmsynthetics.model -
-
Uses of Header in com.oracle.bmc.apmsynthetics.model
Methods in com.oracle.bmc.apmsynthetics.model that return Header Modifier and Type Method Description Header
Header.Builder. build()
Methods in com.oracle.bmc.apmsynthetics.model that return types with arguments of type Header Modifier and Type Method Description List<Header>
RequestAuthenticationDetails. getAuthHeaders()
List of authentication headers.List<Header>
RestMonitorConfiguration. getRequestHeaders()
List of request headers.Methods in com.oracle.bmc.apmsynthetics.model with parameters of type Header Modifier and Type Method Description Header.Builder
Header.Builder. copy(Header model)
Method parameters in com.oracle.bmc.apmsynthetics.model with type arguments of type Header Modifier and Type Method Description RequestAuthenticationDetails.Builder
RequestAuthenticationDetails.Builder. authHeaders(List<Header> authHeaders)
List of authentication headers.RestMonitorConfiguration.Builder
RestMonitorConfiguration.Builder. requestHeaders(List<Header> requestHeaders)
List of request headers.Constructor parameters in com.oracle.bmc.apmsynthetics.model with type arguments of type Header Constructor Description RequestAuthenticationDetails(OAuthSchemes oauthScheme, String authUserName, String authUserPassword, String authToken, String authUrl, List<Header> authHeaders, RequestMethods authRequestMethod, String authRequestPostBody)
Deprecated.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.
-