Uses of Class
com.oracle.bmc.databasemanagement.requests.DropSqlTuningSetRequest
-
Packages that use DropSqlTuningSetRequest Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.requests -
-
Uses of DropSqlTuningSetRequest in com.oracle.bmc.databasemanagement
Methods in com.oracle.bmc.databasemanagement with parameters of type DropSqlTuningSetRequest 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.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)
DropSqlTuningSetResponse
SqlTuningClient. dropSqlTuningSet(DropSqlTuningSetRequest request)
Method parameters in com.oracle.bmc.databasemanagement with type arguments of type DropSqlTuningSetRequest 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 DropSqlTuningSetRequest in com.oracle.bmc.databasemanagement.requests
Methods in com.oracle.bmc.databasemanagement.requests that return DropSqlTuningSetRequest Modifier and Type Method Description DropSqlTuningSetRequest
DropSqlTuningSetRequest.Builder. build()
Build the instance of DropSqlTuningSetRequest as configured by this builderDropSqlTuningSetRequest
DropSqlTuningSetRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DropSqlTuningSetRequest as configured by this builderMethods in com.oracle.bmc.databasemanagement.requests with parameters of type DropSqlTuningSetRequest Modifier and Type Method Description DropSqlTuningSetRequest.Builder
DropSqlTuningSetRequest.Builder. copy(DropSqlTuningSetRequest o)
Copy method to populate the builder with values from the given instance.
-