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