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