Uses of Class
com.oracle.bmc.databasemanagement.requests.CreateSqlTuningSetRequest
-
Packages that use CreateSqlTuningSetRequest Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.requests -
-
Uses of CreateSqlTuningSetRequest in com.oracle.bmc.databasemanagement
Methods in com.oracle.bmc.databasemanagement with parameters of type CreateSqlTuningSetRequest Modifier and Type Method Description CreateSqlTuningSetResponse
SqlTuning. createSqlTuningSet(CreateSqlTuningSetRequest request)
Creates an empty Sql tuning set within the Managed Database specified by managedDatabaseId.Future<CreateSqlTuningSetResponse>
SqlTuningAsync. createSqlTuningSet(CreateSqlTuningSetRequest request, AsyncHandler<CreateSqlTuningSetRequest,CreateSqlTuningSetResponse> handler)
Creates an empty Sql tuning set within the Managed Database specified by managedDatabaseId.Future<CreateSqlTuningSetResponse>
SqlTuningAsyncClient. createSqlTuningSet(CreateSqlTuningSetRequest request, AsyncHandler<CreateSqlTuningSetRequest,CreateSqlTuningSetResponse> handler)
CreateSqlTuningSetResponse
SqlTuningClient. createSqlTuningSet(CreateSqlTuningSetRequest request)
Method parameters in com.oracle.bmc.databasemanagement with type arguments of type CreateSqlTuningSetRequest Modifier and Type Method Description Future<CreateSqlTuningSetResponse>
SqlTuningAsync. createSqlTuningSet(CreateSqlTuningSetRequest request, AsyncHandler<CreateSqlTuningSetRequest,CreateSqlTuningSetResponse> handler)
Creates an empty Sql tuning set within the Managed Database specified by managedDatabaseId.Future<CreateSqlTuningSetResponse>
SqlTuningAsyncClient. createSqlTuningSet(CreateSqlTuningSetRequest request, AsyncHandler<CreateSqlTuningSetRequest,CreateSqlTuningSetResponse> handler)
-
Uses of CreateSqlTuningSetRequest in com.oracle.bmc.databasemanagement.requests
Methods in com.oracle.bmc.databasemanagement.requests that return CreateSqlTuningSetRequest Modifier and Type Method Description CreateSqlTuningSetRequest
CreateSqlTuningSetRequest.Builder. build()
Build the instance of CreateSqlTuningSetRequest as configured by this builderCreateSqlTuningSetRequest
CreateSqlTuningSetRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateSqlTuningSetRequest as configured by this builderMethods in com.oracle.bmc.databasemanagement.requests with parameters of type CreateSqlTuningSetRequest Modifier and Type Method Description CreateSqlTuningSetRequest.Builder
CreateSqlTuningSetRequest.Builder. copy(CreateSqlTuningSetRequest o)
Copy method to populate the builder with values from the given instance.
-