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