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