Uses of Class
com.oracle.bmc.oda.model.AuthenticationProviderSummary
-
Packages that use AuthenticationProviderSummary Package Description com.oracle.bmc.oda com.oracle.bmc.oda.model -
-
Uses of AuthenticationProviderSummary in com.oracle.bmc.oda
Methods in com.oracle.bmc.oda that return types with arguments of type AuthenticationProviderSummary Modifier and Type Method Description Iterable<AuthenticationProviderSummary>
ManagementPaginators. listAuthenticationProvidersRecordIterator(ListAuthenticationProvidersRequest request)
Creates a new iterable which will iterate over theAuthenticationProviderSummary
objects contained in responses from the listAuthenticationProviders operation. -
Uses of AuthenticationProviderSummary in com.oracle.bmc.oda.model
Methods in com.oracle.bmc.oda.model that return AuthenticationProviderSummary Modifier and Type Method Description AuthenticationProviderSummary
AuthenticationProviderSummary.Builder. build()
Methods in com.oracle.bmc.oda.model that return types with arguments of type AuthenticationProviderSummary Modifier and Type Method Description List<AuthenticationProviderSummary>
AuthenticationProviderCollection. getItems()
The Authentication Provider summaries.Methods in com.oracle.bmc.oda.model with parameters of type AuthenticationProviderSummary Modifier and Type Method Description AuthenticationProviderSummary.Builder
AuthenticationProviderSummary.Builder. copy(AuthenticationProviderSummary model)
Method parameters in com.oracle.bmc.oda.model with type arguments of type AuthenticationProviderSummary Modifier and Type Method Description AuthenticationProviderCollection.Builder
AuthenticationProviderCollection.Builder. items(List<AuthenticationProviderSummary> items)
The Authentication Provider summaries.Constructor parameters in com.oracle.bmc.oda.model with type arguments of type AuthenticationProviderSummary Constructor Description AuthenticationProviderCollection(List<AuthenticationProviderSummary> items)
Deprecated.
-