Uses of Class
com.oracle.bmc.databasemanagement.responses.GetSqlExecutionPlanResponse
- 
Packages that use GetSqlExecutionPlanResponse Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.responses 
- 
- 
Uses of GetSqlExecutionPlanResponse in com.oracle.bmc.databasemanagementMethods in com.oracle.bmc.databasemanagement that return GetSqlExecutionPlanResponse Modifier and Type Method Description GetSqlExecutionPlanResponseSqlTuning. getSqlExecutionPlan(GetSqlExecutionPlanRequest request)Retrieves a SQL execution plan for the SQL being tuned.GetSqlExecutionPlanResponseSqlTuningClient. getSqlExecutionPlan(GetSqlExecutionPlanRequest request)Methods in com.oracle.bmc.databasemanagement that return types with arguments of type GetSqlExecutionPlanResponse Modifier and Type Method Description Future<GetSqlExecutionPlanResponse>SqlTuningAsync. getSqlExecutionPlan(GetSqlExecutionPlanRequest request, AsyncHandler<GetSqlExecutionPlanRequest,GetSqlExecutionPlanResponse> handler)Retrieves a SQL execution plan for the SQL being tuned.Future<GetSqlExecutionPlanResponse>SqlTuningAsyncClient. getSqlExecutionPlan(GetSqlExecutionPlanRequest request, AsyncHandler<GetSqlExecutionPlanRequest,GetSqlExecutionPlanResponse> handler)Method parameters in com.oracle.bmc.databasemanagement with type arguments of type GetSqlExecutionPlanResponse Modifier and Type Method Description Future<GetSqlExecutionPlanResponse>SqlTuningAsync. getSqlExecutionPlan(GetSqlExecutionPlanRequest request, AsyncHandler<GetSqlExecutionPlanRequest,GetSqlExecutionPlanResponse> handler)Retrieves a SQL execution plan for the SQL being tuned.Future<GetSqlExecutionPlanResponse>SqlTuningAsyncClient. getSqlExecutionPlan(GetSqlExecutionPlanRequest request, AsyncHandler<GetSqlExecutionPlanRequest,GetSqlExecutionPlanResponse> handler)
- 
Uses of GetSqlExecutionPlanResponse in com.oracle.bmc.databasemanagement.responsesMethods in com.oracle.bmc.databasemanagement.responses that return GetSqlExecutionPlanResponse Modifier and Type Method Description GetSqlExecutionPlanResponseGetSqlExecutionPlanResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.databasemanagement.responses with parameters of type GetSqlExecutionPlanResponse Modifier and Type Method Description GetSqlExecutionPlanResponse.BuilderGetSqlExecutionPlanResponse.Builder. copy(GetSqlExecutionPlanResponse o)Copy method to populate the builder with values from the given instance.
 
-