Uses of Class
com.oracle.bmc.databasemanagement.model.StartSqlTuningTaskDetails.Scope
-
Packages that use StartSqlTuningTaskDetails.Scope Package Description com.oracle.bmc.databasemanagement.model -
-
Uses of StartSqlTuningTaskDetails.Scope in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return StartSqlTuningTaskDetails.Scope Modifier and Type Method 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.Methods in com.oracle.bmc.databasemanagement.model with parameters of type StartSqlTuningTaskDetails.Scope Modifier and Type Method Description StartSqlTuningTaskDetails.Builder
StartSqlTuningTaskDetails.Builder. scope(StartSqlTuningTaskDetails.Scope scope)
The scope for the SQL tuning task.Constructors in com.oracle.bmc.databasemanagement.model with parameters of type StartSqlTuningTaskDetails.Scope Constructor 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.
-