Uses of Class
com.oracle.bmc.databasemanagement.responses.SaveSqlTuningSetAsResponse
-
Packages that use SaveSqlTuningSetAsResponse Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.responses -
-
Uses of SaveSqlTuningSetAsResponse in com.oracle.bmc.databasemanagement
Methods in com.oracle.bmc.databasemanagement that return SaveSqlTuningSetAsResponse Modifier and Type Method Description SaveSqlTuningSetAsResponse
SqlTuning. saveSqlTuningSetAs(SaveSqlTuningSetAsRequest request)
Saves the specified list of Sqls statements into another new Sql tuning set or loads into an existing Sql tuning set’.SaveSqlTuningSetAsResponse
SqlTuningClient. saveSqlTuningSetAs(SaveSqlTuningSetAsRequest request)
Methods in com.oracle.bmc.databasemanagement that return types with arguments of type SaveSqlTuningSetAsResponse Modifier and Type Method Description Future<SaveSqlTuningSetAsResponse>
SqlTuningAsync. saveSqlTuningSetAs(SaveSqlTuningSetAsRequest request, AsyncHandler<SaveSqlTuningSetAsRequest,SaveSqlTuningSetAsResponse> handler)
Saves the specified list of Sqls statements into another new Sql tuning set or loads into an existing Sql tuning set’.Future<SaveSqlTuningSetAsResponse>
SqlTuningAsyncClient. saveSqlTuningSetAs(SaveSqlTuningSetAsRequest request, AsyncHandler<SaveSqlTuningSetAsRequest,SaveSqlTuningSetAsResponse> handler)
Method parameters in com.oracle.bmc.databasemanagement with type arguments of type SaveSqlTuningSetAsResponse Modifier and Type Method Description Future<SaveSqlTuningSetAsResponse>
SqlTuningAsync. saveSqlTuningSetAs(SaveSqlTuningSetAsRequest request, AsyncHandler<SaveSqlTuningSetAsRequest,SaveSqlTuningSetAsResponse> handler)
Saves the specified list of Sqls statements into another new Sql tuning set or loads into an existing Sql tuning set’.Future<SaveSqlTuningSetAsResponse>
SqlTuningAsyncClient. saveSqlTuningSetAs(SaveSqlTuningSetAsRequest request, AsyncHandler<SaveSqlTuningSetAsRequest,SaveSqlTuningSetAsResponse> handler)
-
Uses of SaveSqlTuningSetAsResponse in com.oracle.bmc.databasemanagement.responses
Methods in com.oracle.bmc.databasemanagement.responses that return SaveSqlTuningSetAsResponse Modifier and Type Method Description SaveSqlTuningSetAsResponse
SaveSqlTuningSetAsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.databasemanagement.responses with parameters of type SaveSqlTuningSetAsResponse Modifier and Type Method Description SaveSqlTuningSetAsResponse.Builder
SaveSqlTuningSetAsResponse.Builder. copy(SaveSqlTuningSetAsResponse o)
Copy method to populate the builder with values from the given instance.
-