Uses of Class
com.oracle.bmc.datasafe.model.SqlCollection.SqlLevel
-
Packages that use SqlCollection.SqlLevel Package Description com.oracle.bmc.datasafe.model -
-
Uses of SqlCollection.SqlLevel in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return SqlCollection.SqlLevel Modifier and Type Method Description static SqlCollection.SqlLevel
SqlCollection.SqlLevel. create(String key)
SqlCollection.SqlLevel
SqlCollection. getSqlLevel()
Specifies the level of SQL that will be collected.static SqlCollection.SqlLevel
SqlCollection.SqlLevel. valueOf(String name)
Returns the enum constant of this type with the specified name.static SqlCollection.SqlLevel[]
SqlCollection.SqlLevel. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.datasafe.model with parameters of type SqlCollection.SqlLevel Modifier and Type Method Description SqlCollection.Builder
SqlCollection.Builder. sqlLevel(SqlCollection.SqlLevel sqlLevel)
Specifies the level of SQL that will be collected.Constructors in com.oracle.bmc.datasafe.model with parameters of type SqlCollection.SqlLevel Constructor Description SqlCollection(String id, String compartmentId, String displayName, String description, String targetId, SqlCollection.Status status, String dbUserName, Date timeLastStarted, Date timeLastStopped, SqlCollection.SqlLevel sqlLevel, Date timeCreated, Date timeUpdated, SqlCollectionLifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.
-