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.databasemanagement
Methods in com.oracle.bmc.databasemanagement that return StartSqlTuningTaskResponse Modifier and Type Method Description StartSqlTuningTaskResponse
SqlTuning. startSqlTuningTask(StartSqlTuningTaskRequest request)
Starts a SQL tuning task for a given set of SQL statements from the active session history top SQL statements.StartSqlTuningTaskResponse
SqlTuningClient. 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.responses
Methods in com.oracle.bmc.databasemanagement.responses that return StartSqlTuningTaskResponse Modifier and Type Method Description StartSqlTuningTaskResponse
StartSqlTuningTaskResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.databasemanagement.responses with parameters of type StartSqlTuningTaskResponse Modifier and Type Method Description StartSqlTuningTaskResponse.Builder
StartSqlTuningTaskResponse.Builder. copy(StartSqlTuningTaskResponse o)
Copy method to populate the builder with values from the given instance.
-