Uses of Class
com.oracle.bmc.identitydomains.model.UserExtDevices
-
Packages that use UserExtDevices Package Description com.oracle.bmc.identitydomains.model -
-
Uses of UserExtDevices in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return UserExtDevices Modifier and Type Method Description UserExtDevices
UserExtDevices.Builder. build()
Methods in com.oracle.bmc.identitydomains.model that return types with arguments of type UserExtDevices Modifier and Type Method Description List<UserExtDevices>
ExtensionMfaUser. getDevices()
A list of devices enrolled by the user.Methods in com.oracle.bmc.identitydomains.model with parameters of type UserExtDevices Modifier and Type Method Description UserExtDevices.Builder
UserExtDevices.Builder. copy(UserExtDevices model)
Method parameters in com.oracle.bmc.identitydomains.model with type arguments of type UserExtDevices Modifier and Type Method Description ExtensionMfaUser.Builder
ExtensionMfaUser.Builder. devices(List<UserExtDevices> devices)
A list of devices enrolled by the user.
-