Uses of Class
com.oracle.bmc.identitydomains.model.AccountMgmtInfoMatchingOwners
-
Packages that use AccountMgmtInfoMatchingOwners Package Description com.oracle.bmc.identitydomains.model -
-
Uses of AccountMgmtInfoMatchingOwners in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return AccountMgmtInfoMatchingOwners Modifier and Type Method Description AccountMgmtInfoMatchingOwners
AccountMgmtInfoMatchingOwners.Builder. build()
Methods in com.oracle.bmc.identitydomains.model that return types with arguments of type AccountMgmtInfoMatchingOwners Modifier and Type Method Description List<AccountMgmtInfoMatchingOwners>
AccountMgmtInfo. getMatchingOwners()
Matching owning users of the accountMethods in com.oracle.bmc.identitydomains.model with parameters of type AccountMgmtInfoMatchingOwners Modifier and Type Method Description AccountMgmtInfoMatchingOwners.Builder
AccountMgmtInfoMatchingOwners.Builder. copy(AccountMgmtInfoMatchingOwners model)
Method parameters in com.oracle.bmc.identitydomains.model with type arguments of type AccountMgmtInfoMatchingOwners Modifier and Type Method Description AccountMgmtInfo.Builder
AccountMgmtInfo.Builder. matchingOwners(List<AccountMgmtInfoMatchingOwners> matchingOwners)
Matching owning users of the account
-