Uses of Class
com.oracle.bmc.identitydomains.model.MyDeviceAuthenticationFactors.Status
-
Packages that use MyDeviceAuthenticationFactors.Status Package Description com.oracle.bmc.identitydomains.model -
-
Uses of MyDeviceAuthenticationFactors.Status in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return MyDeviceAuthenticationFactors.Status Modifier and Type Method Description static MyDeviceAuthenticationFactors.Status
MyDeviceAuthenticationFactors.Status. create(String key)
MyDeviceAuthenticationFactors.Status
MyDeviceAuthenticationFactors. getStatus()
Authentication Factor Statusstatic MyDeviceAuthenticationFactors.Status
MyDeviceAuthenticationFactors.Status. valueOf(String name)
Returns the enum constant of this type with the specified name.static MyDeviceAuthenticationFactors.Status[]
MyDeviceAuthenticationFactors.Status. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.identitydomains.model with parameters of type MyDeviceAuthenticationFactors.Status Modifier and Type Method Description MyDeviceAuthenticationFactors.Builder
MyDeviceAuthenticationFactors.Builder. status(MyDeviceAuthenticationFactors.Status status)
Authentication Factor StatusConstructors in com.oracle.bmc.identitydomains.model with parameters of type MyDeviceAuthenticationFactors.Status Constructor Description MyDeviceAuthenticationFactors(MyDeviceAuthenticationFactors.Type type, MyDeviceAuthenticationFactors.Status status, String publicKey)
Deprecated.
-