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.databaseMethods in com.oracle.bmc.database that return DeleteSchedulingPolicyResponse Modifier and Type Method Description DeleteSchedulingPolicyResponseDatabase. deleteSchedulingPolicy(DeleteSchedulingPolicyRequest request)Deletes the scheduling policy.DeleteSchedulingPolicyResponseDatabaseClient. 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.responsesMethods in com.oracle.bmc.database.responses that return DeleteSchedulingPolicyResponse Modifier and Type Method Description DeleteSchedulingPolicyResponseDeleteSchedulingPolicyResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.database.responses with parameters of type DeleteSchedulingPolicyResponse Modifier and Type Method Description DeleteSchedulingPolicyResponse.BuilderDeleteSchedulingPolicyResponse.Builder. copy(DeleteSchedulingPolicyResponse o)Copy method to populate the builder with values from the given instance.
 
-