Uses of Class
com.oracle.bmc.generativeaiagent.model.HttpEndpointApiKeyAuthScopeConfig.KeyLocation
-
Packages that use HttpEndpointApiKeyAuthScopeConfig.KeyLocation Package Description com.oracle.bmc.generativeaiagent.model -
-
Uses of HttpEndpointApiKeyAuthScopeConfig.KeyLocation in com.oracle.bmc.generativeaiagent.model
Methods in com.oracle.bmc.generativeaiagent.model that return HttpEndpointApiKeyAuthScopeConfig.KeyLocation Modifier and Type Method Description static HttpEndpointApiKeyAuthScopeConfig.KeyLocation
HttpEndpointApiKeyAuthScopeConfig.KeyLocation. create(String key)
HttpEndpointApiKeyAuthScopeConfig.KeyLocation
HttpEndpointApiKeyAuthScopeConfig. getKeyLocation()
The location of the API key in the request.static HttpEndpointApiKeyAuthScopeConfig.KeyLocation
HttpEndpointApiKeyAuthScopeConfig.KeyLocation. valueOf(String name)
Returns the enum constant of this type with the specified name.static HttpEndpointApiKeyAuthScopeConfig.KeyLocation[]
HttpEndpointApiKeyAuthScopeConfig.KeyLocation. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.generativeaiagent.model with parameters of type HttpEndpointApiKeyAuthScopeConfig.KeyLocation Modifier and Type Method Description HttpEndpointApiKeyAuthScopeConfig.Builder
HttpEndpointApiKeyAuthScopeConfig.Builder. keyLocation(HttpEndpointApiKeyAuthScopeConfig.KeyLocation keyLocation)
The location of the API key in the request.Constructors in com.oracle.bmc.generativeaiagent.model with parameters of type HttpEndpointApiKeyAuthScopeConfig.KeyLocation Constructor Description HttpEndpointApiKeyAuthScopeConfig(String vaultSecretId, HttpEndpointApiKeyAuthScopeConfig.KeyLocation keyLocation, String keyName)
Deprecated.
-