Package | Description |
---|---|
com.oracle.bmc.datasafe.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
CreateSqlCollectionDetails.Builder |
CreateSqlCollectionDetails.Builder.sqlLevel(CreateSqlCollectionDetails.SqlLevel sqlLevel)
Specifies the level of SQL that will be collected.
|
Constructor and 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.
|
Copyright © 2016–2024. All rights reserved.