Uses of Class
com.oracle.bmc.fleetappsmanagement.requests.UpdateSchedulerJobRequest
- 
Packages that use UpdateSchedulerJobRequest Package Description com.oracle.bmc.fleetappsmanagement com.oracle.bmc.fleetappsmanagement.requests 
- 
- 
Uses of UpdateSchedulerJobRequest in com.oracle.bmc.fleetappsmanagementMethods in com.oracle.bmc.fleetappsmanagement with parameters of type UpdateSchedulerJobRequest Modifier and Type Method Description UpdateSchedulerJobResponseFleetAppsManagementOperations. updateSchedulerJob(UpdateSchedulerJobRequest request)Updates certain attributes for the specified schedule job.Future<UpdateSchedulerJobResponse>FleetAppsManagementOperationsAsync. updateSchedulerJob(UpdateSchedulerJobRequest request, AsyncHandler<UpdateSchedulerJobRequest,UpdateSchedulerJobResponse> handler)Updates certain attributes for the specified schedule job.Future<UpdateSchedulerJobResponse>FleetAppsManagementOperationsAsyncClient. updateSchedulerJob(UpdateSchedulerJobRequest request, AsyncHandler<UpdateSchedulerJobRequest,UpdateSchedulerJobResponse> handler)UpdateSchedulerJobResponseFleetAppsManagementOperationsClient. updateSchedulerJob(UpdateSchedulerJobRequest request)Method parameters in com.oracle.bmc.fleetappsmanagement with type arguments of type UpdateSchedulerJobRequest Modifier and Type Method Description Future<UpdateSchedulerJobResponse>FleetAppsManagementOperationsAsync. updateSchedulerJob(UpdateSchedulerJobRequest request, AsyncHandler<UpdateSchedulerJobRequest,UpdateSchedulerJobResponse> handler)Updates certain attributes for the specified schedule job.Future<UpdateSchedulerJobResponse>FleetAppsManagementOperationsAsyncClient. updateSchedulerJob(UpdateSchedulerJobRequest request, AsyncHandler<UpdateSchedulerJobRequest,UpdateSchedulerJobResponse> handler)
- 
Uses of UpdateSchedulerJobRequest in com.oracle.bmc.fleetappsmanagement.requestsMethods in com.oracle.bmc.fleetappsmanagement.requests that return UpdateSchedulerJobRequest Modifier and Type Method Description UpdateSchedulerJobRequestUpdateSchedulerJobRequest.Builder. build()Build the instance of UpdateSchedulerJobRequest as configured by this builderUpdateSchedulerJobRequestUpdateSchedulerJobRequest.Builder. buildWithoutInvocationCallback()Build the instance of UpdateSchedulerJobRequest as configured by this builderMethods in com.oracle.bmc.fleetappsmanagement.requests with parameters of type UpdateSchedulerJobRequest Modifier and Type Method Description UpdateSchedulerJobRequest.BuilderUpdateSchedulerJobRequest.Builder. copy(UpdateSchedulerJobRequest o)Copy method to populate the builder with values from the given instance.
 
-