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