Uses of Class
com.oracle.bmc.osmanagement.responses.UpdateScheduledJobResponse
-
Packages that use UpdateScheduledJobResponse Package Description com.oracle.bmc.osmanagement com.oracle.bmc.osmanagement.responses -
-
Uses of UpdateScheduledJobResponse in com.oracle.bmc.osmanagement
Methods in com.oracle.bmc.osmanagement that return UpdateScheduledJobResponse Modifier and Type Method Description UpdateScheduledJobResponse
OsManagement. updateScheduledJob(UpdateScheduledJobRequest request)
Updates an existing Scheduled Job on the management system.UpdateScheduledJobResponse
OsManagementClient. updateScheduledJob(UpdateScheduledJobRequest request)
Methods in com.oracle.bmc.osmanagement that return types with arguments of type UpdateScheduledJobResponse Modifier and Type Method Description Future<UpdateScheduledJobResponse>
OsManagementAsync. updateScheduledJob(UpdateScheduledJobRequest request, AsyncHandler<UpdateScheduledJobRequest,UpdateScheduledJobResponse> handler)
Updates an existing Scheduled Job on the management system.Future<UpdateScheduledJobResponse>
OsManagementAsyncClient. updateScheduledJob(UpdateScheduledJobRequest request, AsyncHandler<UpdateScheduledJobRequest,UpdateScheduledJobResponse> handler)
Method parameters in com.oracle.bmc.osmanagement with type arguments of type UpdateScheduledJobResponse Modifier and Type Method Description Future<UpdateScheduledJobResponse>
OsManagementAsync. updateScheduledJob(UpdateScheduledJobRequest request, AsyncHandler<UpdateScheduledJobRequest,UpdateScheduledJobResponse> handler)
Updates an existing Scheduled Job on the management system.Future<UpdateScheduledJobResponse>
OsManagementAsyncClient. updateScheduledJob(UpdateScheduledJobRequest request, AsyncHandler<UpdateScheduledJobRequest,UpdateScheduledJobResponse> handler)
-
Uses of UpdateScheduledJobResponse in com.oracle.bmc.osmanagement.responses
Methods in com.oracle.bmc.osmanagement.responses that return UpdateScheduledJobResponse Modifier and Type Method Description UpdateScheduledJobResponse
UpdateScheduledJobResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.osmanagement.responses with parameters of type UpdateScheduledJobResponse Modifier and Type Method Description UpdateScheduledJobResponse.Builder
UpdateScheduledJobResponse.Builder. copy(UpdateScheduledJobResponse o)
Copy method to populate the builder with values from the given instance.
-