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.databasemanagement
Methods in com.oracle.bmc.databasemanagement with parameters of type DropSqlsInSqlTuningSetRequest 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.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)
DropSqlsInSqlTuningSetResponse
SqlTuningClient. 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.requests
Methods in com.oracle.bmc.databasemanagement.requests that return DropSqlsInSqlTuningSetRequest Modifier and Type Method Description DropSqlsInSqlTuningSetRequest
DropSqlsInSqlTuningSetRequest.Builder. build()
Build the instance of DropSqlsInSqlTuningSetRequest as configured by this builderDropSqlsInSqlTuningSetRequest
DropSqlsInSqlTuningSetRequest.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.Builder
DropSqlsInSqlTuningSetRequest.Builder. copy(DropSqlsInSqlTuningSetRequest o)
Copy method to populate the builder with values from the given instance.
-