Uses of Class
com.oracle.bmc.identitydomains.model.UserExtBypassCodes
-
Packages that use UserExtBypassCodes Package Description com.oracle.bmc.identitydomains.model -
-
Uses of UserExtBypassCodes in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return UserExtBypassCodes Modifier and Type Method Description UserExtBypassCodes
UserExtBypassCodes.Builder. build()
Methods in com.oracle.bmc.identitydomains.model that return types with arguments of type UserExtBypassCodes Modifier and Type Method Description List<UserExtBypassCodes>
ExtensionMfaUser. getBypassCodes()
A list of bypass codes that belongs to the user.Methods in com.oracle.bmc.identitydomains.model with parameters of type UserExtBypassCodes Modifier and Type Method Description UserExtBypassCodes.Builder
UserExtBypassCodes.Builder. copy(UserExtBypassCodes model)
Method parameters in com.oracle.bmc.identitydomains.model with type arguments of type UserExtBypassCodes Modifier and Type Method Description ExtensionMfaUser.Builder
ExtensionMfaUser.Builder. bypassCodes(List<UserExtBypassCodes> bypassCodes)
A list of bypass codes that belongs to the user.
-