Uses of Class
com.oracle.bmc.databasemanagement.model.User.Status
-
Packages that use User.Status Package Description com.oracle.bmc.databasemanagement.model -
-
Uses of User.Status in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return User.Status Modifier and Type Method Description static User.Status
User.Status. create(String key)
User.Status
User. getStatus()
The status of the user account.static User.Status
User.Status. valueOf(String name)
Returns the enum constant of this type with the specified name.static User.Status[]
User.Status. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.databasemanagement.model with parameters of type User.Status Modifier and Type Method Description User.Builder
User.Builder. status(User.Status status)
The status of the user account.Constructors in com.oracle.bmc.databasemanagement.model with parameters of type User.Status Constructor Description User(String name, User.Status status, Date timeLocked, Date timeExpiring, String defaultTablespace, String tempTablespace, String localTempTablespace, Date timeCreated, String profile, String consumerGroup, String externalName, String passwordVersions, User.EditionsEnabled editionsEnabled, User.Authentication authentication, User.ProxyConnect proxyConnect, User.Common common, Date timeLastLogin, User.OracleMaintained oracleMaintained, User.Inherited inherited, String defaultCollation, User.Implicit implicit, User.AllShared allShared, User.ExternalShared externalShared, Date timePasswordChanged)
Deprecated.
-