Uses of Class
com.oracle.bmc.apmsynthetics.model.OAuthSchemes
-
Packages that use OAuthSchemes Package Description com.oracle.bmc.apmsynthetics.model -
-
Uses of OAuthSchemes in com.oracle.bmc.apmsynthetics.model
Methods in com.oracle.bmc.apmsynthetics.model that return OAuthSchemes Modifier and Type Method Description static OAuthSchemes
OAuthSchemes. create(String key)
OAuthSchemes
RequestAuthenticationDetails. getOauthScheme()
Request HTTP OAuth scheme.static OAuthSchemes
OAuthSchemes. valueOf(String name)
Returns the enum constant of this type with the specified name.static OAuthSchemes[]
OAuthSchemes. 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 OAuthSchemes Modifier and Type Method Description RequestAuthenticationDetails.Builder
RequestAuthenticationDetails.Builder. oauthScheme(OAuthSchemes oauthScheme)
Request HTTP OAuth scheme.Constructors in com.oracle.bmc.apmsynthetics.model with parameters of type OAuthSchemes Constructor Description RequestAuthenticationDetails(OAuthSchemes oauthScheme, String authUserName, String authUserPassword, String authToken, String authUrl, List<Header> authHeaders, RequestMethods authRequestMethod, String authRequestPostBody)
Deprecated.
-