Uses of Class
com.oracle.bmc.databasemanagement.requests.DropSqlsInSqlTuningSetRequest
- 
Packages that use DropSqlsInSqlTuningSetRequest Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.requests 
- 
- 
Uses of DropSqlsInSqlTuningSetRequest in com.oracle.bmc.databasemanagementMethods in com.oracle.bmc.databasemanagement with parameters of type DropSqlsInSqlTuningSetRequest Modifier and Type Method Description DropSqlsInSqlTuningSetResponseSqlTuning. dropSqlsInSqlTuningSet(DropSqlsInSqlTuningSetRequest request)Deletes the Sqls in the specified Sql tuning set that matches the filter criteria provided in the basicFilter.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)DropSqlsInSqlTuningSetResponseSqlTuningClient. dropSqlsInSqlTuningSet(DropSqlsInSqlTuningSetRequest request)Method parameters in com.oracle.bmc.databasemanagement with type arguments of type DropSqlsInSqlTuningSetRequest 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 DropSqlsInSqlTuningSetRequest in com.oracle.bmc.databasemanagement.requestsMethods in com.oracle.bmc.databasemanagement.requests that return DropSqlsInSqlTuningSetRequest Modifier and Type Method Description DropSqlsInSqlTuningSetRequestDropSqlsInSqlTuningSetRequest.Builder. build()Build the instance of DropSqlsInSqlTuningSetRequest as configured by this builderDropSqlsInSqlTuningSetRequestDropSqlsInSqlTuningSetRequest.Builder. buildWithoutInvocationCallback()Build the instance of DropSqlsInSqlTuningSetRequest as configured by this builderMethods in com.oracle.bmc.databasemanagement.requests with parameters of type DropSqlsInSqlTuningSetRequest Modifier and Type Method Description DropSqlsInSqlTuningSetRequest.BuilderDropSqlsInSqlTuningSetRequest.Builder. copy(DropSqlsInSqlTuningSetRequest o)Copy method to populate the builder with values from the given instance.
 
-