Uses of Class
com.oracle.bmc.generativeaiagent.model.HttpEndpointAuthSource.HttpEndpointAuthScope
-
Packages that use HttpEndpointAuthSource.HttpEndpointAuthScope Package Description com.oracle.bmc.generativeaiagent.model -
-
Uses of HttpEndpointAuthSource.HttpEndpointAuthScope in com.oracle.bmc.generativeaiagent.model
Methods in com.oracle.bmc.generativeaiagent.model that return HttpEndpointAuthSource.HttpEndpointAuthScope Modifier and Type Method Description static HttpEndpointAuthSource.HttpEndpointAuthScope
HttpEndpointAuthSource.HttpEndpointAuthScope. create(String key)
HttpEndpointAuthSource.HttpEndpointAuthScope
HttpEndpointAuthSource. getHttpEndpointAuthScope()
Specifies the level from which credentials should be resolved.static HttpEndpointAuthSource.HttpEndpointAuthScope
HttpEndpointAuthSource.HttpEndpointAuthScope. valueOf(String name)
Returns the enum constant of this type with the specified name.static HttpEndpointAuthSource.HttpEndpointAuthScope[]
HttpEndpointAuthSource.HttpEndpointAuthScope. 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 HttpEndpointAuthSource.HttpEndpointAuthScope Modifier and Type Method Description HttpEndpointAuthSource.Builder
HttpEndpointAuthSource.Builder. httpEndpointAuthScope(HttpEndpointAuthSource.HttpEndpointAuthScope httpEndpointAuthScope)
Specifies the level from which credentials should be resolved.Constructors in com.oracle.bmc.generativeaiagent.model with parameters of type HttpEndpointAuthSource.HttpEndpointAuthScope Constructor Description HttpEndpointAuthSource(HttpEndpointAuthSource.HttpEndpointAuthScope httpEndpointAuthScope, HttpEndpointAuthScopeConfig httpEndpointAuthScopeConfig)
Deprecated.
-