Uses of Class
com.oracle.bmc.databasemanagement.model.User.AllShared
-
Packages that use User.AllShared Package Description com.oracle.bmc.databasemanagement.model -
-
Uses of User.AllShared in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return User.AllShared Modifier and Type Method Description static User.AllShared
User.AllShared. create(String key)
User.AllShared
User. getAllShared()
In a sharded database, indicates whether the user is created with shard DDL enabled (YES) or not (NO).static User.AllShared
User.AllShared. valueOf(String name)
Returns the enum constant of this type with the specified name.static User.AllShared[]
User.AllShared. 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.AllShared Modifier and Type Method Description User.Builder
User.Builder. allShared(User.AllShared allShared)
In a sharded database, indicates whether the user is created with shard DDL enabled (YES) or not (NO).Constructors in com.oracle.bmc.databasemanagement.model with parameters of type User.AllShared 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.
-