Uses of Class
com.oracle.bmc.identitydomains.model.AppRoleMembers
-
Packages that use AppRoleMembers Package Description com.oracle.bmc.identitydomains.model -
-
Uses of AppRoleMembers in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return AppRoleMembers Modifier and Type Method Description AppRoleMembers
AppRoleMembers.Builder. build()
Methods in com.oracle.bmc.identitydomains.model that return types with arguments of type AppRoleMembers Modifier and Type Method Description List<AppRoleMembers>
AppRole. getMembers()
AppRole members - when requesting members attribute, it is recommended to use startIndex and count to return members in pages instead of in a single response, eg : #attributes=members[startIndex=1%26count=10]Methods in com.oracle.bmc.identitydomains.model with parameters of type AppRoleMembers Modifier and Type Method Description AppRoleMembers.Builder
AppRoleMembers.Builder. copy(AppRoleMembers model)
Method parameters in com.oracle.bmc.identitydomains.model with type arguments of type AppRoleMembers Modifier and Type Method Description AppRole.Builder
AppRole.Builder. members(List<AppRoleMembers> members)
AppRole members - when requesting members attribute, it is recommended to use startIndex and count to return members in pages instead of in a single response, eg : #attributes=members[startIndex=1%26count=10]
-