Uses of Class
com.oracle.bmc.databasemanagement.responses.DropSqlsInSqlTuningSetResponse
-
Packages that use DropSqlsInSqlTuningSetResponse Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.responses -
-
Uses of DropSqlsInSqlTuningSetResponse in com.oracle.bmc.databasemanagement
Methods in com.oracle.bmc.databasemanagement that return DropSqlsInSqlTuningSetResponse Modifier and Type Method Description DropSqlsInSqlTuningSetResponse
SqlTuning. dropSqlsInSqlTuningSet(DropSqlsInSqlTuningSetRequest request)
Deletes the Sqls in the specified Sql tuning set that matches the filter criteria provided in the basicFilter.DropSqlsInSqlTuningSetResponse
SqlTuningClient. dropSqlsInSqlTuningSet(DropSqlsInSqlTuningSetRequest request)
Methods in com.oracle.bmc.databasemanagement that return types with arguments of type DropSqlsInSqlTuningSetResponse Modifier and Type Method Description Future<DropSqlsInSqlTuningSetResponse>
SqlTuningAsync. dropSqlsInSqlTuningSet(DropSqlsInSqlTuningSetRequest request, AsyncHandler<DropSqlsInSqlTuningSetRequest,DropSqlsInSqlTuningSetResponse> handler)
Deletes the Sqls in the specified Sql tuning set that matches the filter criteria provided in the basicFilter.Future<DropSqlsInSqlTuningSetResponse>
SqlTuningAsyncClient. dropSqlsInSqlTuningSet(DropSqlsInSqlTuningSetRequest request, AsyncHandler<DropSqlsInSqlTuningSetRequest,DropSqlsInSqlTuningSetResponse> handler)
Method parameters in com.oracle.bmc.databasemanagement with type arguments of type DropSqlsInSqlTuningSetResponse Modifier and Type Method Description Future<DropSqlsInSqlTuningSetResponse>
SqlTuningAsync. dropSqlsInSqlTuningSet(DropSqlsInSqlTuningSetRequest request, AsyncHandler<DropSqlsInSqlTuningSetRequest,DropSqlsInSqlTuningSetResponse> handler)
Deletes the Sqls in the specified Sql tuning set that matches the filter criteria provided in the basicFilter.Future<DropSqlsInSqlTuningSetResponse>
SqlTuningAsyncClient. dropSqlsInSqlTuningSet(DropSqlsInSqlTuningSetRequest request, AsyncHandler<DropSqlsInSqlTuningSetRequest,DropSqlsInSqlTuningSetResponse> handler)
-
Uses of DropSqlsInSqlTuningSetResponse in com.oracle.bmc.databasemanagement.responses
Methods in com.oracle.bmc.databasemanagement.responses that return DropSqlsInSqlTuningSetResponse Modifier and Type Method Description DropSqlsInSqlTuningSetResponse
DropSqlsInSqlTuningSetResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.databasemanagement.responses with parameters of type DropSqlsInSqlTuningSetResponse Modifier and Type Method Description DropSqlsInSqlTuningSetResponse.Builder
DropSqlsInSqlTuningSetResponse.Builder. copy(DropSqlsInSqlTuningSetResponse o)
Copy method to populate the builder with values from the given instance.
-