Uses of Class
com.oracle.bmc.databasemanagement.requests.EnableAutomaticInitialPlanCaptureRequest
-
Packages that use EnableAutomaticInitialPlanCaptureRequest Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.requests -
-
Uses of EnableAutomaticInitialPlanCaptureRequest in com.oracle.bmc.databasemanagement
Method parameters in com.oracle.bmc.databasemanagement with type arguments of type EnableAutomaticInitialPlanCaptureRequest 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 EnableAutomaticInitialPlanCaptureRequest in com.oracle.bmc.databasemanagement.requests
Methods in com.oracle.bmc.databasemanagement.requests that return EnableAutomaticInitialPlanCaptureRequest Modifier and Type Method Description EnableAutomaticInitialPlanCaptureRequest
EnableAutomaticInitialPlanCaptureRequest.Builder. build()
Build the instance of EnableAutomaticInitialPlanCaptureRequest as configured by this builderEnableAutomaticInitialPlanCaptureRequest
EnableAutomaticInitialPlanCaptureRequest.Builder. buildWithoutInvocationCallback()
Build the instance of EnableAutomaticInitialPlanCaptureRequest as configured by this builderMethods in com.oracle.bmc.databasemanagement.requests with parameters of type EnableAutomaticInitialPlanCaptureRequest Modifier and Type Method Description EnableAutomaticInitialPlanCaptureRequest.Builder
EnableAutomaticInitialPlanCaptureRequest.Builder. copy(EnableAutomaticInitialPlanCaptureRequest o)
Copy method to populate the builder with values from the given instance.
-