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