Uses of Class
com.oracle.bmc.databasemanagement.responses.DropSqlTuningSetResponse
-
Packages that use DropSqlTuningSetResponse Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.responses -
-
Uses of DropSqlTuningSetResponse in com.oracle.bmc.databasemanagement
Methods in com.oracle.bmc.databasemanagement that return DropSqlTuningSetResponse Modifier and Type Method Description DropSqlTuningSetResponse
SqlTuning. dropSqlTuningSet(DropSqlTuningSetRequest request)
Drops the Sql tuning set specified by sqlTuningSet within the Managed Database specified by managedDatabaseId.DropSqlTuningSetResponse
SqlTuningClient. dropSqlTuningSet(DropSqlTuningSetRequest request)
Methods in com.oracle.bmc.databasemanagement that return types with arguments of type DropSqlTuningSetResponse Modifier and Type Method Description Future<DropSqlTuningSetResponse>
SqlTuningAsync. dropSqlTuningSet(DropSqlTuningSetRequest request, AsyncHandler<DropSqlTuningSetRequest,DropSqlTuningSetResponse> handler)
Drops the Sql tuning set specified by sqlTuningSet within the Managed Database specified by managedDatabaseId.Future<DropSqlTuningSetResponse>
SqlTuningAsyncClient. dropSqlTuningSet(DropSqlTuningSetRequest request, AsyncHandler<DropSqlTuningSetRequest,DropSqlTuningSetResponse> handler)
Method parameters in com.oracle.bmc.databasemanagement with type arguments of type DropSqlTuningSetResponse Modifier and Type Method Description Future<DropSqlTuningSetResponse>
SqlTuningAsync. dropSqlTuningSet(DropSqlTuningSetRequest request, AsyncHandler<DropSqlTuningSetRequest,DropSqlTuningSetResponse> handler)
Drops the Sql tuning set specified by sqlTuningSet within the Managed Database specified by managedDatabaseId.Future<DropSqlTuningSetResponse>
SqlTuningAsyncClient. dropSqlTuningSet(DropSqlTuningSetRequest request, AsyncHandler<DropSqlTuningSetRequest,DropSqlTuningSetResponse> handler)
-
Uses of DropSqlTuningSetResponse in com.oracle.bmc.databasemanagement.responses
Methods in com.oracle.bmc.databasemanagement.responses that return DropSqlTuningSetResponse Modifier and Type Method Description DropSqlTuningSetResponse
DropSqlTuningSetResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.databasemanagement.responses with parameters of type DropSqlTuningSetResponse Modifier and Type Method Description DropSqlTuningSetResponse.Builder
DropSqlTuningSetResponse.Builder. copy(DropSqlTuningSetResponse o)
Copy method to populate the builder with values from the given instance.
-