Uses of Class
com.oracle.bmc.databasemanagement.requests.StartSqlTuningTaskRequest
-
Packages that use StartSqlTuningTaskRequest Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.requests -
-
Uses of StartSqlTuningTaskRequest in com.oracle.bmc.databasemanagement
Methods in com.oracle.bmc.databasemanagement with parameters of type StartSqlTuningTaskRequest 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.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)
StartSqlTuningTaskResponse
SqlTuningClient. startSqlTuningTask(StartSqlTuningTaskRequest request)
Method parameters in com.oracle.bmc.databasemanagement with type arguments of type StartSqlTuningTaskRequest 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 StartSqlTuningTaskRequest in com.oracle.bmc.databasemanagement.requests
Methods in com.oracle.bmc.databasemanagement.requests that return StartSqlTuningTaskRequest Modifier and Type Method Description StartSqlTuningTaskRequest
StartSqlTuningTaskRequest.Builder. build()
Build the instance of StartSqlTuningTaskRequest as configured by this builderStartSqlTuningTaskRequest
StartSqlTuningTaskRequest.Builder. buildWithoutInvocationCallback()
Build the instance of StartSqlTuningTaskRequest as configured by this builderMethods in com.oracle.bmc.databasemanagement.requests with parameters of type StartSqlTuningTaskRequest Modifier and Type Method Description StartSqlTuningTaskRequest.Builder
StartSqlTuningTaskRequest.Builder. copy(StartSqlTuningTaskRequest o)
Copy method to populate the builder with values from the given instance.
-