Uses of Class
com.oracle.bmc.databasemanagement.responses.CreateSqlTuningSetResponse
-
Packages that use CreateSqlTuningSetResponse Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.responses -
-
Uses of CreateSqlTuningSetResponse in com.oracle.bmc.databasemanagement
Methods in com.oracle.bmc.databasemanagement that return CreateSqlTuningSetResponse Modifier and Type Method Description CreateSqlTuningSetResponse
SqlTuning. createSqlTuningSet(CreateSqlTuningSetRequest request)
Creates an empty Sql tuning set within the Managed Database specified by managedDatabaseId.CreateSqlTuningSetResponse
SqlTuningClient. createSqlTuningSet(CreateSqlTuningSetRequest request)
Methods in com.oracle.bmc.databasemanagement that return types with arguments of type CreateSqlTuningSetResponse 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)
Method parameters in com.oracle.bmc.databasemanagement with type arguments of type CreateSqlTuningSetResponse 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 CreateSqlTuningSetResponse in com.oracle.bmc.databasemanagement.responses
Methods in com.oracle.bmc.databasemanagement.responses that return CreateSqlTuningSetResponse Modifier and Type Method Description CreateSqlTuningSetResponse
CreateSqlTuningSetResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.databasemanagement.responses with parameters of type CreateSqlTuningSetResponse Modifier and Type Method Description CreateSqlTuningSetResponse.Builder
CreateSqlTuningSetResponse.Builder. copy(CreateSqlTuningSetResponse o)
Copy method to populate the builder with values from the given instance.
-