Uses of Class
com.oracle.bmc.identitydomains.model.AccountMgmtInfos
-
Packages that use AccountMgmtInfos Package Description com.oracle.bmc.identitydomains.model com.oracle.bmc.identitydomains.responses -
-
Uses of AccountMgmtInfos in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return AccountMgmtInfos Modifier and Type Method Description AccountMgmtInfos
AccountMgmtInfos.Builder. build()
Methods in com.oracle.bmc.identitydomains.model with parameters of type AccountMgmtInfos Modifier and Type Method Description AccountMgmtInfos.Builder
AccountMgmtInfos.Builder. copy(AccountMgmtInfos model)
-
Uses of AccountMgmtInfos in com.oracle.bmc.identitydomains.responses
Methods in com.oracle.bmc.identitydomains.responses that return AccountMgmtInfos Modifier and Type Method Description AccountMgmtInfos
ListAccountMgmtInfosResponse. getAccountMgmtInfos()
The returned AccountMgmtInfos instance.AccountMgmtInfos
SearchAccountMgmtInfosResponse. getAccountMgmtInfos()
The returned AccountMgmtInfos instance.Methods in com.oracle.bmc.identitydomains.responses with parameters of type AccountMgmtInfos Modifier and Type Method Description ListAccountMgmtInfosResponse.Builder
ListAccountMgmtInfosResponse.Builder. accountMgmtInfos(AccountMgmtInfos accountMgmtInfos)
The returned AccountMgmtInfos instance.SearchAccountMgmtInfosResponse.Builder
SearchAccountMgmtInfosResponse.Builder. accountMgmtInfos(AccountMgmtInfos accountMgmtInfos)
The returned AccountMgmtInfos instance.
-