Uses of Class
com.oracle.bmc.databasemanagement.model.ProxiedForUserSummary.Flags
-
Packages that use ProxiedForUserSummary.Flags Package Description com.oracle.bmc.databasemanagement.model -
-
Uses of ProxiedForUserSummary.Flags in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return ProxiedForUserSummary.Flags Modifier and Type Method Description static ProxiedForUserSummary.Flags
ProxiedForUserSummary.Flags. create(String key)
ProxiedForUserSummary.Flags
ProxiedForUserSummary. getFlags()
The flags associated with the proxy/client pair.static ProxiedForUserSummary.Flags
ProxiedForUserSummary.Flags. valueOf(String name)
Returns the enum constant of this type with the specified name.static ProxiedForUserSummary.Flags[]
ProxiedForUserSummary.Flags. 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 ProxiedForUserSummary.Flags Modifier and Type Method Description ProxiedForUserSummary.Builder
ProxiedForUserSummary.Builder. flags(ProxiedForUserSummary.Flags flags)
The flags associated with the proxy/client pair.Constructors in com.oracle.bmc.databasemanagement.model with parameters of type ProxiedForUserSummary.Flags Constructor Description ProxiedForUserSummary(String name, ProxiedForUserSummary.Authentication authentication, ProxiedForUserSummary.Flags flags)
Deprecated.
-