Uses of Class
com.oracle.bmc.databasemanagement.responses.StartSqlTuningTaskResponse
- 
Packages that use StartSqlTuningTaskResponse Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.responses 
- 
- 
Uses of StartSqlTuningTaskResponse in com.oracle.bmc.databasemanagementMethods in com.oracle.bmc.databasemanagement that return StartSqlTuningTaskResponse Modifier and Type Method Description StartSqlTuningTaskResponseSqlTuning. startSqlTuningTask(StartSqlTuningTaskRequest request)Starts a SQL tuning task for a given set of SQL statements from the active session history top SQL statements.StartSqlTuningTaskResponseSqlTuningClient. startSqlTuningTask(StartSqlTuningTaskRequest request)Methods in com.oracle.bmc.databasemanagement that return types with arguments of type StartSqlTuningTaskResponse Modifier and Type Method Description Future<StartSqlTuningTaskResponse>SqlTuningAsync. startSqlTuningTask(StartSqlTuningTaskRequest request, AsyncHandler<StartSqlTuningTaskRequest,StartSqlTuningTaskResponse> handler)Starts a SQL tuning task for a given set of SQL statements from the active session history top SQL statements.Future<StartSqlTuningTaskResponse>SqlTuningAsyncClient. startSqlTuningTask(StartSqlTuningTaskRequest request, AsyncHandler<StartSqlTuningTaskRequest,StartSqlTuningTaskResponse> handler)Method parameters in com.oracle.bmc.databasemanagement with type arguments of type StartSqlTuningTaskResponse Modifier and Type Method Description Future<StartSqlTuningTaskResponse>SqlTuningAsync. startSqlTuningTask(StartSqlTuningTaskRequest request, AsyncHandler<StartSqlTuningTaskRequest,StartSqlTuningTaskResponse> handler)Starts a SQL tuning task for a given set of SQL statements from the active session history top SQL statements.Future<StartSqlTuningTaskResponse>SqlTuningAsyncClient. startSqlTuningTask(StartSqlTuningTaskRequest request, AsyncHandler<StartSqlTuningTaskRequest,StartSqlTuningTaskResponse> handler)
- 
Uses of StartSqlTuningTaskResponse in com.oracle.bmc.databasemanagement.responsesMethods in com.oracle.bmc.databasemanagement.responses that return StartSqlTuningTaskResponse Modifier and Type Method Description StartSqlTuningTaskResponseStartSqlTuningTaskResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.databasemanagement.responses with parameters of type StartSqlTuningTaskResponse Modifier and Type Method Description StartSqlTuningTaskResponse.BuilderStartSqlTuningTaskResponse.Builder. copy(StartSqlTuningTaskResponse o)Copy method to populate the builder with values from the given instance.
 
-