Uses of Class
com.oracle.bmc.databasemanagement.responses.LoadSqlTuningSetResponse
-
Packages that use LoadSqlTuningSetResponse Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.responses -
-
Uses of LoadSqlTuningSetResponse in com.oracle.bmc.databasemanagement
Methods in com.oracle.bmc.databasemanagement that return LoadSqlTuningSetResponse Modifier and Type Method Description LoadSqlTuningSetResponse
SqlTuning. loadSqlTuningSet(LoadSqlTuningSetRequest request)
Load Sql statements into the Sql tuning set specified by name and optional filter parameters within the Managed Database specified by managedDatabaseId.LoadSqlTuningSetResponse
SqlTuningClient. loadSqlTuningSet(LoadSqlTuningSetRequest request)
Methods in com.oracle.bmc.databasemanagement that return types with arguments of type LoadSqlTuningSetResponse Modifier and Type Method Description Future<LoadSqlTuningSetResponse>
SqlTuningAsync. loadSqlTuningSet(LoadSqlTuningSetRequest request, AsyncHandler<LoadSqlTuningSetRequest,LoadSqlTuningSetResponse> handler)
Load Sql statements into the Sql tuning set specified by name and optional filter parameters within the Managed Database specified by managedDatabaseId.Future<LoadSqlTuningSetResponse>
SqlTuningAsyncClient. loadSqlTuningSet(LoadSqlTuningSetRequest request, AsyncHandler<LoadSqlTuningSetRequest,LoadSqlTuningSetResponse> handler)
Method parameters in com.oracle.bmc.databasemanagement with type arguments of type LoadSqlTuningSetResponse Modifier and Type Method Description Future<LoadSqlTuningSetResponse>
SqlTuningAsync. loadSqlTuningSet(LoadSqlTuningSetRequest request, AsyncHandler<LoadSqlTuningSetRequest,LoadSqlTuningSetResponse> handler)
Load Sql statements into the Sql tuning set specified by name and optional filter parameters within the Managed Database specified by managedDatabaseId.Future<LoadSqlTuningSetResponse>
SqlTuningAsyncClient. loadSqlTuningSet(LoadSqlTuningSetRequest request, AsyncHandler<LoadSqlTuningSetRequest,LoadSqlTuningSetResponse> handler)
-
Uses of LoadSqlTuningSetResponse in com.oracle.bmc.databasemanagement.responses
Methods in com.oracle.bmc.databasemanagement.responses that return LoadSqlTuningSetResponse Modifier and Type Method Description LoadSqlTuningSetResponse
LoadSqlTuningSetResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.databasemanagement.responses with parameters of type LoadSqlTuningSetResponse Modifier and Type Method Description LoadSqlTuningSetResponse.Builder
LoadSqlTuningSetResponse.Builder. copy(LoadSqlTuningSetResponse o)
Copy method to populate the builder with values from the given instance.
-