Uses of Class
com.oracle.bmc.oda.model.AuthenticationProviderCollection
-
Packages that use AuthenticationProviderCollection Package Description com.oracle.bmc.oda.model com.oracle.bmc.oda.responses -
-
Uses of AuthenticationProviderCollection in com.oracle.bmc.oda.model
Methods in com.oracle.bmc.oda.model that return AuthenticationProviderCollection Modifier and Type Method Description AuthenticationProviderCollection
AuthenticationProviderCollection.Builder. build()
Methods in com.oracle.bmc.oda.model with parameters of type AuthenticationProviderCollection Modifier and Type Method Description AuthenticationProviderCollection.Builder
AuthenticationProviderCollection.Builder. copy(AuthenticationProviderCollection model)
-
Uses of AuthenticationProviderCollection in com.oracle.bmc.oda.responses
Methods in com.oracle.bmc.oda.responses that return AuthenticationProviderCollection Modifier and Type Method Description AuthenticationProviderCollection
ListAuthenticationProvidersResponse. getAuthenticationProviderCollection()
The returned AuthenticationProviderCollection instance.Methods in com.oracle.bmc.oda.responses with parameters of type AuthenticationProviderCollection Modifier and Type Method Description ListAuthenticationProvidersResponse.Builder
ListAuthenticationProvidersResponse.Builder. authenticationProviderCollection(AuthenticationProviderCollection authenticationProviderCollection)
The returned AuthenticationProviderCollection instance.
-