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