Uses of Class
com.oracle.bmc.databasemanagement.requests.UpdateJobRequest
-
Packages that use UpdateJobRequest Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.requests -
-
Uses of UpdateJobRequest in com.oracle.bmc.databasemanagement
Methods in com.oracle.bmc.databasemanagement with parameters of type UpdateJobRequest Modifier and Type Method Description UpdateJobResponse
DbManagement. updateJob(UpdateJobRequest request)
Updates the details for the recurring scheduled job specified by jobId.Future<UpdateJobResponse>
DbManagementAsync. updateJob(UpdateJobRequest request, AsyncHandler<UpdateJobRequest,UpdateJobResponse> handler)
Updates the details for the recurring scheduled job specified by jobId.Future<UpdateJobResponse>
DbManagementAsyncClient. updateJob(UpdateJobRequest request, AsyncHandler<UpdateJobRequest,UpdateJobResponse> handler)
UpdateJobResponse
DbManagementClient. updateJob(UpdateJobRequest request)
Method parameters in com.oracle.bmc.databasemanagement with type arguments of type UpdateJobRequest Modifier and Type Method Description Future<UpdateJobResponse>
DbManagementAsync. updateJob(UpdateJobRequest request, AsyncHandler<UpdateJobRequest,UpdateJobResponse> handler)
Updates the details for the recurring scheduled job specified by jobId.Future<UpdateJobResponse>
DbManagementAsyncClient. updateJob(UpdateJobRequest request, AsyncHandler<UpdateJobRequest,UpdateJobResponse> handler)
-
Uses of UpdateJobRequest in com.oracle.bmc.databasemanagement.requests
Methods in com.oracle.bmc.databasemanagement.requests that return UpdateJobRequest Modifier and Type Method Description UpdateJobRequest
UpdateJobRequest.Builder. build()
Build the instance of UpdateJobRequest as configured by this builderUpdateJobRequest
UpdateJobRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateJobRequest as configured by this builderMethods in com.oracle.bmc.databasemanagement.requests with parameters of type UpdateJobRequest Modifier and Type Method Description UpdateJobRequest.Builder
UpdateJobRequest.Builder. copy(UpdateJobRequest o)
Copy method to populate the builder with values from the given instance.
-