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