Uses of Class
com.oracle.bmc.identity.model.UIPassword
-
Packages that use UIPassword Package Description com.oracle.bmc.identity.model com.oracle.bmc.identity.responses -
-
Uses of UIPassword in com.oracle.bmc.identity.model
Methods in com.oracle.bmc.identity.model that return UIPassword Modifier and Type Method Description UIPassword
UIPassword.Builder. build()
Methods in com.oracle.bmc.identity.model with parameters of type UIPassword Modifier and Type Method Description UIPassword.Builder
UIPassword.Builder. copy(UIPassword model)
-
Uses of UIPassword in com.oracle.bmc.identity.responses
Methods in com.oracle.bmc.identity.responses that return UIPassword Modifier and Type Method Description UIPassword
CreateOrResetUIPasswordResponse. getUIPassword()
The returned UIPassword instance.Methods in com.oracle.bmc.identity.responses with parameters of type UIPassword Modifier and Type Method Description CreateOrResetUIPasswordResponse.Builder
CreateOrResetUIPasswordResponse.Builder. uIPassword(UIPassword uIPassword)
The returned UIPassword instance.
-