Uses of Class
com.oracle.bmc.database.responses.CascadingDeleteSchedulingPlanResponse
-
Packages that use CascadingDeleteSchedulingPlanResponse Package Description com.oracle.bmc.database com.oracle.bmc.database.responses -
-
Uses of CascadingDeleteSchedulingPlanResponse in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return CascadingDeleteSchedulingPlanResponse Modifier and Type Method Description CascadingDeleteSchedulingPlanResponse
Database. cascadingDeleteSchedulingPlan(CascadingDeleteSchedulingPlanRequest request)
Delete the scheduling plan resource along with all the scheduled actions associated with this resource.CascadingDeleteSchedulingPlanResponse
DatabaseClient. cascadingDeleteSchedulingPlan(CascadingDeleteSchedulingPlanRequest request)
Method parameters in com.oracle.bmc.database with type arguments of type CascadingDeleteSchedulingPlanResponse Modifier and Type Method Description Future<CascadingDeleteSchedulingPlanResponse>
DatabaseAsync. cascadingDeleteSchedulingPlan(CascadingDeleteSchedulingPlanRequest request, AsyncHandler<CascadingDeleteSchedulingPlanRequest,CascadingDeleteSchedulingPlanResponse> handler)
Delete the scheduling plan resource along with all the scheduled actions associated with this resource.Future<CascadingDeleteSchedulingPlanResponse>
DatabaseAsyncClient. cascadingDeleteSchedulingPlan(CascadingDeleteSchedulingPlanRequest request, AsyncHandler<CascadingDeleteSchedulingPlanRequest,CascadingDeleteSchedulingPlanResponse> handler)
-
Uses of CascadingDeleteSchedulingPlanResponse in com.oracle.bmc.database.responses
Methods in com.oracle.bmc.database.responses that return CascadingDeleteSchedulingPlanResponse Modifier and Type Method Description CascadingDeleteSchedulingPlanResponse
CascadingDeleteSchedulingPlanResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.database.responses with parameters of type CascadingDeleteSchedulingPlanResponse Modifier and Type Method Description CascadingDeleteSchedulingPlanResponse.Builder
CascadingDeleteSchedulingPlanResponse.Builder. copy(CascadingDeleteSchedulingPlanResponse o)
Copy method to populate the builder with values from the given instance.
-