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