Uses of Class
com.oracle.bmc.oda.model.AuthenticationProvider
-
Packages that use AuthenticationProvider Package Description com.oracle.bmc.oda.model com.oracle.bmc.oda.responses -
-
Uses of AuthenticationProvider in com.oracle.bmc.oda.model
Methods in com.oracle.bmc.oda.model that return AuthenticationProvider Modifier and Type Method Description AuthenticationProvider
AuthenticationProvider.Builder. build()
Methods in com.oracle.bmc.oda.model with parameters of type AuthenticationProvider Modifier and Type Method Description AuthenticationProvider.Builder
AuthenticationProvider.Builder. copy(AuthenticationProvider model)
-
Uses of AuthenticationProvider in com.oracle.bmc.oda.responses
Methods in com.oracle.bmc.oda.responses that return AuthenticationProvider Modifier and Type Method Description AuthenticationProvider
CreateAuthenticationProviderResponse. getAuthenticationProvider()
The returned AuthenticationProvider instance.AuthenticationProvider
GetAuthenticationProviderResponse. getAuthenticationProvider()
The returned AuthenticationProvider instance.AuthenticationProvider
UpdateAuthenticationProviderResponse. getAuthenticationProvider()
The returned AuthenticationProvider instance.Methods in com.oracle.bmc.oda.responses with parameters of type AuthenticationProvider Modifier and Type Method Description CreateAuthenticationProviderResponse.Builder
CreateAuthenticationProviderResponse.Builder. authenticationProvider(AuthenticationProvider authenticationProvider)
The returned AuthenticationProvider instance.GetAuthenticationProviderResponse.Builder
GetAuthenticationProviderResponse.Builder. authenticationProvider(AuthenticationProvider authenticationProvider)
The returned AuthenticationProvider instance.UpdateAuthenticationProviderResponse.Builder
UpdateAuthenticationProviderResponse.Builder. authenticationProvider(AuthenticationProvider authenticationProvider)
The returned AuthenticationProvider instance.
-