Uses of Class
com.oracle.bmc.database.responses.UpdateSchedulingPolicyResponse
-
Packages that use UpdateSchedulingPolicyResponse Package Description com.oracle.bmc.database com.oracle.bmc.database.responses -
-
Uses of UpdateSchedulingPolicyResponse in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return UpdateSchedulingPolicyResponse Modifier and Type Method Description UpdateSchedulingPolicyResponse
Database. updateSchedulingPolicy(UpdateSchedulingPolicyRequest request)
Updates the Scheduling Policy resource.UpdateSchedulingPolicyResponse
DatabaseClient. updateSchedulingPolicy(UpdateSchedulingPolicyRequest request)
Method parameters in com.oracle.bmc.database with type arguments of type UpdateSchedulingPolicyResponse 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 UpdateSchedulingPolicyResponse in com.oracle.bmc.database.responses
Methods in com.oracle.bmc.database.responses that return UpdateSchedulingPolicyResponse Modifier and Type Method Description UpdateSchedulingPolicyResponse
UpdateSchedulingPolicyResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.database.responses with parameters of type UpdateSchedulingPolicyResponse Modifier and Type Method Description UpdateSchedulingPolicyResponse.Builder
UpdateSchedulingPolicyResponse.Builder. copy(UpdateSchedulingPolicyResponse o)
Copy method to populate the builder with values from the given instance.
-