Uses of Class
com.oracle.bmc.identitydomains.model.AppAccounts
-
Packages that use AppAccounts Package Description com.oracle.bmc.identitydomains.model -
-
Uses of AppAccounts in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return AppAccounts Modifier and Type Method Description AppAccounts
AppAccounts.Builder. build()
Methods in com.oracle.bmc.identitydomains.model that return types with arguments of type AppAccounts Modifier and Type Method Description List<AppAccounts>
App. getAccounts()
Accounts of AppMethods in com.oracle.bmc.identitydomains.model with parameters of type AppAccounts Modifier and Type Method Description AppAccounts.Builder
AppAccounts.Builder. copy(AppAccounts model)
Method parameters in com.oracle.bmc.identitydomains.model with type arguments of type AppAccounts Modifier and Type Method Description App.Builder
App.Builder. accounts(List<AppAccounts> accounts)
Accounts of App
-