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.odaMethods 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 theAuthenticationProviderSummaryobjects contained in responses from the listAuthenticationProviders operation.
- 
Uses of AuthenticationProviderSummary in com.oracle.bmc.oda.modelMethods in com.oracle.bmc.oda.model that return AuthenticationProviderSummary Modifier and Type Method Description AuthenticationProviderSummaryAuthenticationProviderSummary.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.BuilderAuthenticationProviderSummary.Builder. copy(AuthenticationProviderSummary model)Method parameters in com.oracle.bmc.oda.model with type arguments of type AuthenticationProviderSummary Modifier and Type Method Description AuthenticationProviderCollection.BuilderAuthenticationProviderCollection.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.
 
-