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