Package | Description |
---|---|
com.oracle.bmc.databasemanagement.model |
Modifier and Type | Method and Description |
---|---|
static StartSqlTuningTaskDetails.Scope |
StartSqlTuningTaskDetails.Scope.create(String key) |
StartSqlTuningTaskDetails.Scope |
StartSqlTuningTaskDetails.getScope()
The scope for the SQL tuning task.
|
static StartSqlTuningTaskDetails.Scope |
StartSqlTuningTaskDetails.Scope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StartSqlTuningTaskDetails.Scope[] |
StartSqlTuningTaskDetails.Scope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
StartSqlTuningTaskDetails.Builder |
StartSqlTuningTaskDetails.Builder.scope(StartSqlTuningTaskDetails.Scope scope)
The scope for the SQL tuning task.
|
Constructor and Description |
---|
StartSqlTuningTaskDetails(String taskName,
String taskDescription,
SqlTuningTaskCredentialDetails credentialDetails,
DatabaseCredentialDetails databaseCredential,
Integer totalTimeLimitInMinutes,
StartSqlTuningTaskDetails.Scope scope,
Integer statementTimeLimitInMinutes,
SqlTuningSetInput sqlTuningSet,
List<SqlTuningTaskSqlDetail> sqlDetails,
Date timeStarted,
Date timeEnded)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.