Uses of Class
com.oracle.bmc.identitydomains.model.AccountMgmtInfo
-
Packages that use AccountMgmtInfo Package Description com.oracle.bmc.identitydomains.model com.oracle.bmc.identitydomains.responses -
-
Uses of AccountMgmtInfo in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return AccountMgmtInfo Modifier and Type Method Description AccountMgmtInfo
AccountMgmtInfo.Builder. build()
Methods in com.oracle.bmc.identitydomains.model that return types with arguments of type AccountMgmtInfo Modifier and Type Method Description List<AccountMgmtInfo>
AccountMgmtInfos. getResources()
A multi-valued list of complex objects containing the requested resources.Methods in com.oracle.bmc.identitydomains.model with parameters of type AccountMgmtInfo Modifier and Type Method Description AccountMgmtInfo.Builder
AccountMgmtInfo.Builder. copy(AccountMgmtInfo model)
Method parameters in com.oracle.bmc.identitydomains.model with type arguments of type AccountMgmtInfo Modifier and Type Method Description AccountMgmtInfos.Builder
AccountMgmtInfos.Builder. resources(List<AccountMgmtInfo> resources)
A multi-valued list of complex objects containing the requested resources. -
Uses of AccountMgmtInfo in com.oracle.bmc.identitydomains.responses
Methods in com.oracle.bmc.identitydomains.responses that return AccountMgmtInfo Modifier and Type Method Description AccountMgmtInfo
GetAccountMgmtInfoResponse. getAccountMgmtInfo()
The returned AccountMgmtInfo instance.Methods in com.oracle.bmc.identitydomains.responses with parameters of type AccountMgmtInfo Modifier and Type Method Description GetAccountMgmtInfoResponse.Builder
GetAccountMgmtInfoResponse.Builder. accountMgmtInfo(AccountMgmtInfo accountMgmtInfo)
The returned AccountMgmtInfo instance.
-