Uses of Class
com.oracle.bmc.osmanagement.requests.UpdateScheduledJobRequest
-
Packages that use UpdateScheduledJobRequest Package Description com.oracle.bmc.osmanagement com.oracle.bmc.osmanagement.requests -
-
Uses of UpdateScheduledJobRequest in com.oracle.bmc.osmanagement
Methods in com.oracle.bmc.osmanagement with parameters of type UpdateScheduledJobRequest Modifier and Type Method Description UpdateScheduledJobResponse
OsManagement. updateScheduledJob(UpdateScheduledJobRequest request)
Updates an existing Scheduled Job on the management system.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)
UpdateScheduledJobResponse
OsManagementClient. updateScheduledJob(UpdateScheduledJobRequest request)
Method parameters in com.oracle.bmc.osmanagement with type arguments of type UpdateScheduledJobRequest 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 UpdateScheduledJobRequest in com.oracle.bmc.osmanagement.requests
Methods in com.oracle.bmc.osmanagement.requests that return UpdateScheduledJobRequest Modifier and Type Method Description UpdateScheduledJobRequest
UpdateScheduledJobRequest.Builder. build()
Build the instance of UpdateScheduledJobRequest as configured by this builderUpdateScheduledJobRequest
UpdateScheduledJobRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateScheduledJobRequest as configured by this builderMethods in com.oracle.bmc.osmanagement.requests with parameters of type UpdateScheduledJobRequest Modifier and Type Method Description UpdateScheduledJobRequest.Builder
UpdateScheduledJobRequest.Builder. copy(UpdateScheduledJobRequest o)
Copy method to populate the builder with values from the given instance.
-