Uses of Class
com.oracle.bmc.databasemanagement.requests.DropSqlTuningTaskRequest
-
Packages that use DropSqlTuningTaskRequest Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.requests -
-
Uses of DropSqlTuningTaskRequest in com.oracle.bmc.databasemanagement
Methods in com.oracle.bmc.databasemanagement with parameters of type DropSqlTuningTaskRequest Modifier and Type Method Description DropSqlTuningTaskResponse
SqlTuning. dropSqlTuningTask(DropSqlTuningTaskRequest request)
Drops a SQL tuning task and its related results from the database.Future<DropSqlTuningTaskResponse>
SqlTuningAsync. dropSqlTuningTask(DropSqlTuningTaskRequest request, AsyncHandler<DropSqlTuningTaskRequest,DropSqlTuningTaskResponse> handler)
Drops a SQL tuning task and its related results from the database.Future<DropSqlTuningTaskResponse>
SqlTuningAsyncClient. dropSqlTuningTask(DropSqlTuningTaskRequest request, AsyncHandler<DropSqlTuningTaskRequest,DropSqlTuningTaskResponse> handler)
DropSqlTuningTaskResponse
SqlTuningClient. dropSqlTuningTask(DropSqlTuningTaskRequest request)
Method parameters in com.oracle.bmc.databasemanagement with type arguments of type DropSqlTuningTaskRequest Modifier and Type Method Description Future<DropSqlTuningTaskResponse>
SqlTuningAsync. dropSqlTuningTask(DropSqlTuningTaskRequest request, AsyncHandler<DropSqlTuningTaskRequest,DropSqlTuningTaskResponse> handler)
Drops a SQL tuning task and its related results from the database.Future<DropSqlTuningTaskResponse>
SqlTuningAsyncClient. dropSqlTuningTask(DropSqlTuningTaskRequest request, AsyncHandler<DropSqlTuningTaskRequest,DropSqlTuningTaskResponse> handler)
-
Uses of DropSqlTuningTaskRequest in com.oracle.bmc.databasemanagement.requests
Methods in com.oracle.bmc.databasemanagement.requests that return DropSqlTuningTaskRequest Modifier and Type Method Description DropSqlTuningTaskRequest
DropSqlTuningTaskRequest.Builder. build()
Build the instance of DropSqlTuningTaskRequest as configured by this builderDropSqlTuningTaskRequest
DropSqlTuningTaskRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DropSqlTuningTaskRequest as configured by this builderMethods in com.oracle.bmc.databasemanagement.requests with parameters of type DropSqlTuningTaskRequest Modifier and Type Method Description DropSqlTuningTaskRequest.Builder
DropSqlTuningTaskRequest.Builder. copy(DropSqlTuningTaskRequest o)
Copy method to populate the builder with values from the given instance.
-