Uses of Class
com.oracle.bmc.database.requests.DeleteSchedulingPlanRequest
-
Packages that use DeleteSchedulingPlanRequest Package Description com.oracle.bmc.database com.oracle.bmc.database.requests -
-
Uses of DeleteSchedulingPlanRequest in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return types with arguments of type DeleteSchedulingPlanRequest Modifier and Type Method Description Waiter<DeleteSchedulingPlanRequest,DeleteSchedulingPlanResponse>
DatabaseWaiters. forDeleteSchedulingPlan(DeleteSchedulingPlanRequest request)
Creates a newWaiter
using the default configuration.Waiter<DeleteSchedulingPlanRequest,DeleteSchedulingPlanResponse>
DatabaseWaiters. forDeleteSchedulingPlan(DeleteSchedulingPlanRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Method parameters in com.oracle.bmc.database with type arguments of type DeleteSchedulingPlanRequest 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 DeleteSchedulingPlanRequest in com.oracle.bmc.database.requests
Methods in com.oracle.bmc.database.requests that return DeleteSchedulingPlanRequest Modifier and Type Method Description DeleteSchedulingPlanRequest
DeleteSchedulingPlanRequest.Builder. build()
Build the instance of DeleteSchedulingPlanRequest as configured by this builderDeleteSchedulingPlanRequest
DeleteSchedulingPlanRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DeleteSchedulingPlanRequest as configured by this builderMethods in com.oracle.bmc.database.requests with parameters of type DeleteSchedulingPlanRequest Modifier and Type Method Description DeleteSchedulingPlanRequest.Builder
DeleteSchedulingPlanRequest.Builder. copy(DeleteSchedulingPlanRequest o)
Copy method to populate the builder with values from the given instance.
-