Uses of Class
com.oracle.bmc.databasemanagement.responses.DropSqlTuningTaskResponse
-
Packages that use DropSqlTuningTaskResponse Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.responses -
-
Uses of DropSqlTuningTaskResponse in com.oracle.bmc.databasemanagement
Methods in com.oracle.bmc.databasemanagement that return DropSqlTuningTaskResponse Modifier and Type Method Description DropSqlTuningTaskResponse
SqlTuning. dropSqlTuningTask(DropSqlTuningTaskRequest request)
Drops a SQL tuning task and its related results from the database.DropSqlTuningTaskResponse
SqlTuningClient. dropSqlTuningTask(DropSqlTuningTaskRequest request)
Methods in com.oracle.bmc.databasemanagement that return types with arguments of type DropSqlTuningTaskResponse 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)
Method parameters in com.oracle.bmc.databasemanagement with type arguments of type DropSqlTuningTaskResponse 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 DropSqlTuningTaskResponse in com.oracle.bmc.databasemanagement.responses
Methods in com.oracle.bmc.databasemanagement.responses that return DropSqlTuningTaskResponse Modifier and Type Method Description DropSqlTuningTaskResponse
DropSqlTuningTaskResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.databasemanagement.responses with parameters of type DropSqlTuningTaskResponse Modifier and Type Method Description DropSqlTuningTaskResponse.Builder
DropSqlTuningTaskResponse.Builder. copy(DropSqlTuningTaskResponse o)
Copy method to populate the builder with values from the given instance.
-