Uses of Class
com.oracle.bmc.database.responses.DeleteSchedulingPlanResponse
-
Packages that use DeleteSchedulingPlanResponse Package Description com.oracle.bmc.database com.oracle.bmc.database.responses -
-
Uses of DeleteSchedulingPlanResponse in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return DeleteSchedulingPlanResponse Modifier and Type Method Description DeleteSchedulingPlanResponse
Database. deleteSchedulingPlan(DeleteSchedulingPlanRequest request)
Deletes the scheduling plan.DeleteSchedulingPlanResponse
DatabaseClient. deleteSchedulingPlan(DeleteSchedulingPlanRequest request)
Method parameters in com.oracle.bmc.database with type arguments of type DeleteSchedulingPlanResponse Modifier and Type Method Description Future<DeleteSchedulingPlanResponse>
DatabaseAsync. deleteSchedulingPlan(DeleteSchedulingPlanRequest request, AsyncHandler<DeleteSchedulingPlanRequest,DeleteSchedulingPlanResponse> handler)
Deletes the scheduling plan.Future<DeleteSchedulingPlanResponse>
DatabaseAsyncClient. deleteSchedulingPlan(DeleteSchedulingPlanRequest request, AsyncHandler<DeleteSchedulingPlanRequest,DeleteSchedulingPlanResponse> handler)
-
Uses of DeleteSchedulingPlanResponse in com.oracle.bmc.database.responses
Methods in com.oracle.bmc.database.responses that return DeleteSchedulingPlanResponse Modifier and Type Method Description DeleteSchedulingPlanResponse
DeleteSchedulingPlanResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.database.responses with parameters of type DeleteSchedulingPlanResponse Modifier and Type Method Description DeleteSchedulingPlanResponse.Builder
DeleteSchedulingPlanResponse.Builder. copy(DeleteSchedulingPlanResponse o)
Copy method to populate the builder with values from the given instance.
-