Uses of Class
com.oracle.bmc.database.requests.DeleteSchedulingPolicyRequest
-
Packages that use DeleteSchedulingPolicyRequest Package Description com.oracle.bmc.database com.oracle.bmc.database.requests -
-
Uses of DeleteSchedulingPolicyRequest in com.oracle.bmc.database
Methods in com.oracle.bmc.database with parameters of type DeleteSchedulingPolicyRequest Modifier and Type Method Description DeleteSchedulingPolicyResponse
Database. deleteSchedulingPolicy(DeleteSchedulingPolicyRequest request)
Deletes the scheduling policy.Future<DeleteSchedulingPolicyResponse>
DatabaseAsync. deleteSchedulingPolicy(DeleteSchedulingPolicyRequest request, AsyncHandler<DeleteSchedulingPolicyRequest,DeleteSchedulingPolicyResponse> handler)
Deletes the scheduling policy.Future<DeleteSchedulingPolicyResponse>
DatabaseAsyncClient. deleteSchedulingPolicy(DeleteSchedulingPolicyRequest request, AsyncHandler<DeleteSchedulingPolicyRequest,DeleteSchedulingPolicyResponse> handler)
DeleteSchedulingPolicyResponse
DatabaseClient. deleteSchedulingPolicy(DeleteSchedulingPolicyRequest request)
Method parameters in com.oracle.bmc.database with type arguments of type DeleteSchedulingPolicyRequest Modifier and Type Method Description Future<DeleteSchedulingPolicyResponse>
DatabaseAsync. deleteSchedulingPolicy(DeleteSchedulingPolicyRequest request, AsyncHandler<DeleteSchedulingPolicyRequest,DeleteSchedulingPolicyResponse> handler)
Deletes the scheduling policy.Future<DeleteSchedulingPolicyResponse>
DatabaseAsyncClient. deleteSchedulingPolicy(DeleteSchedulingPolicyRequest request, AsyncHandler<DeleteSchedulingPolicyRequest,DeleteSchedulingPolicyResponse> handler)
-
Uses of DeleteSchedulingPolicyRequest in com.oracle.bmc.database.requests
Methods in com.oracle.bmc.database.requests that return DeleteSchedulingPolicyRequest Modifier and Type Method Description DeleteSchedulingPolicyRequest
DeleteSchedulingPolicyRequest.Builder. build()
Build the instance of DeleteSchedulingPolicyRequest as configured by this builderDeleteSchedulingPolicyRequest
DeleteSchedulingPolicyRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DeleteSchedulingPolicyRequest as configured by this builderMethods in com.oracle.bmc.database.requests with parameters of type DeleteSchedulingPolicyRequest Modifier and Type Method Description DeleteSchedulingPolicyRequest.Builder
DeleteSchedulingPolicyRequest.Builder. copy(DeleteSchedulingPolicyRequest o)
Copy method to populate the builder with values from the given instance.
-