Uses of Class
com.oracle.bmc.database.requests.CreateSchedulingPlanRequest
-
Packages that use CreateSchedulingPlanRequest Package Description com.oracle.bmc.database com.oracle.bmc.database.requests -
-
Uses of CreateSchedulingPlanRequest in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return types with arguments of type CreateSchedulingPlanRequest Modifier and Type Method Description Waiter<CreateSchedulingPlanRequest,CreateSchedulingPlanResponse>
DatabaseWaiters. forCreateSchedulingPlan(CreateSchedulingPlanRequest request)
Creates a newWaiter
using the default configuration.Waiter<CreateSchedulingPlanRequest,CreateSchedulingPlanResponse>
DatabaseWaiters. forCreateSchedulingPlan(CreateSchedulingPlanRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Method parameters in com.oracle.bmc.database with type arguments of type CreateSchedulingPlanRequest Modifier and Type Method Description Future<CreateSchedulingPlanResponse>
DatabaseAsync. createSchedulingPlan(CreateSchedulingPlanRequest request, AsyncHandler<CreateSchedulingPlanRequest,CreateSchedulingPlanResponse> handler)
Creates a Scheduling Plan resource.Future<CreateSchedulingPlanResponse>
DatabaseAsyncClient. createSchedulingPlan(CreateSchedulingPlanRequest request, AsyncHandler<CreateSchedulingPlanRequest,CreateSchedulingPlanResponse> handler)
-
Uses of CreateSchedulingPlanRequest in com.oracle.bmc.database.requests
Methods in com.oracle.bmc.database.requests that return CreateSchedulingPlanRequest Modifier and Type Method Description CreateSchedulingPlanRequest
CreateSchedulingPlanRequest.Builder. build()
Build the instance of CreateSchedulingPlanRequest as configured by this builderCreateSchedulingPlanRequest
CreateSchedulingPlanRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateSchedulingPlanRequest as configured by this builderMethods in com.oracle.bmc.database.requests with parameters of type CreateSchedulingPlanRequest Modifier and Type Method Description CreateSchedulingPlanRequest.Builder
CreateSchedulingPlanRequest.Builder. copy(CreateSchedulingPlanRequest o)
Copy method to populate the builder with values from the given instance.
-