Uses of Class
com.oracle.bmc.generativeaiagent.model.HttpEndpointAuthSource
-
Packages that use HttpEndpointAuthSource Package Description com.oracle.bmc.generativeaiagent.model -
-
Uses of HttpEndpointAuthSource in com.oracle.bmc.generativeaiagent.model
Methods in com.oracle.bmc.generativeaiagent.model that return HttpEndpointAuthSource Modifier and Type Method Description HttpEndpointAuthSource
HttpEndpointAuthSource.Builder. build()
Methods in com.oracle.bmc.generativeaiagent.model that return types with arguments of type HttpEndpointAuthSource Modifier and Type Method Description List<HttpEndpointAuthSource>
HttpEndpointAuthConfig. getHttpEndpointAuthSources()
A list of credential sources from which authentication credentials can be resolved.Methods in com.oracle.bmc.generativeaiagent.model with parameters of type HttpEndpointAuthSource Modifier and Type Method Description HttpEndpointAuthSource.Builder
HttpEndpointAuthSource.Builder. copy(HttpEndpointAuthSource model)
Method parameters in com.oracle.bmc.generativeaiagent.model with type arguments of type HttpEndpointAuthSource Modifier and Type Method Description HttpEndpointAuthConfig.Builder
HttpEndpointAuthConfig.Builder. httpEndpointAuthSources(List<HttpEndpointAuthSource> httpEndpointAuthSources)
A list of credential sources from which authentication credentials can be resolved.Constructor parameters in com.oracle.bmc.generativeaiagent.model with type arguments of type HttpEndpointAuthSource Constructor Description HttpEndpointAuthConfig(List<HttpEndpointAuthSource> httpEndpointAuthSources)
Deprecated.
-