Uses of Class
com.oracle.bmc.databasemanagement.responses.EnableAutomaticInitialPlanCaptureResponse
-
Packages that use EnableAutomaticInitialPlanCaptureResponse Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.responses -
-
Uses of EnableAutomaticInitialPlanCaptureResponse in com.oracle.bmc.databasemanagement
Methods in com.oracle.bmc.databasemanagement that return EnableAutomaticInitialPlanCaptureResponse Modifier and Type Method Description EnableAutomaticInitialPlanCaptureResponse
DbManagement. enableAutomaticInitialPlanCapture(EnableAutomaticInitialPlanCaptureRequest request)
Enables automatic initial plan capture.EnableAutomaticInitialPlanCaptureResponse
DbManagementClient. enableAutomaticInitialPlanCapture(EnableAutomaticInitialPlanCaptureRequest request)
Methods in com.oracle.bmc.databasemanagement that return types with arguments of type EnableAutomaticInitialPlanCaptureResponse Modifier and Type Method Description Future<EnableAutomaticInitialPlanCaptureResponse>
DbManagementAsync. enableAutomaticInitialPlanCapture(EnableAutomaticInitialPlanCaptureRequest request, AsyncHandler<EnableAutomaticInitialPlanCaptureRequest,EnableAutomaticInitialPlanCaptureResponse> handler)
Enables automatic initial plan capture.Future<EnableAutomaticInitialPlanCaptureResponse>
DbManagementAsyncClient. enableAutomaticInitialPlanCapture(EnableAutomaticInitialPlanCaptureRequest request, AsyncHandler<EnableAutomaticInitialPlanCaptureRequest,EnableAutomaticInitialPlanCaptureResponse> handler)
Method parameters in com.oracle.bmc.databasemanagement with type arguments of type EnableAutomaticInitialPlanCaptureResponse Modifier and Type Method Description Future<EnableAutomaticInitialPlanCaptureResponse>
DbManagementAsync. enableAutomaticInitialPlanCapture(EnableAutomaticInitialPlanCaptureRequest request, AsyncHandler<EnableAutomaticInitialPlanCaptureRequest,EnableAutomaticInitialPlanCaptureResponse> handler)
Enables automatic initial plan capture.Future<EnableAutomaticInitialPlanCaptureResponse>
DbManagementAsyncClient. enableAutomaticInitialPlanCapture(EnableAutomaticInitialPlanCaptureRequest request, AsyncHandler<EnableAutomaticInitialPlanCaptureRequest,EnableAutomaticInitialPlanCaptureResponse> handler)
-
Uses of EnableAutomaticInitialPlanCaptureResponse in com.oracle.bmc.databasemanagement.responses
Methods in com.oracle.bmc.databasemanagement.responses that return EnableAutomaticInitialPlanCaptureResponse Modifier and Type Method Description EnableAutomaticInitialPlanCaptureResponse
EnableAutomaticInitialPlanCaptureResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.databasemanagement.responses with parameters of type EnableAutomaticInitialPlanCaptureResponse Modifier and Type Method Description EnableAutomaticInitialPlanCaptureResponse.Builder
EnableAutomaticInitialPlanCaptureResponse.Builder. copy(EnableAutomaticInitialPlanCaptureResponse o)
Copy method to populate the builder with values from the given instance.
-