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