Uses of Class
com.oracle.bmc.database.responses.DeleteSchedulingPolicyResponse
-
Packages that use DeleteSchedulingPolicyResponse Package Description com.oracle.bmc.database com.oracle.bmc.database.responses -
-
Uses of DeleteSchedulingPolicyResponse in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return DeleteSchedulingPolicyResponse Modifier and Type Method Description DeleteSchedulingPolicyResponse
Database. deleteSchedulingPolicy(DeleteSchedulingPolicyRequest request)
Deletes the scheduling policy.DeleteSchedulingPolicyResponse
DatabaseClient. deleteSchedulingPolicy(DeleteSchedulingPolicyRequest request)
Methods in com.oracle.bmc.database that return types with arguments of type DeleteSchedulingPolicyResponse 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)
Method parameters in com.oracle.bmc.database with type arguments of type DeleteSchedulingPolicyResponse 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 DeleteSchedulingPolicyResponse in com.oracle.bmc.database.responses
Methods in com.oracle.bmc.database.responses that return DeleteSchedulingPolicyResponse Modifier and Type Method Description DeleteSchedulingPolicyResponse
DeleteSchedulingPolicyResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.database.responses with parameters of type DeleteSchedulingPolicyResponse Modifier and Type Method Description DeleteSchedulingPolicyResponse.Builder
DeleteSchedulingPolicyResponse.Builder. copy(DeleteSchedulingPolicyResponse o)
Copy method to populate the builder with values from the given instance.
-