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.fleetappsmanagement
Methods in com.oracle.bmc.fleetappsmanagement with parameters of type UpdateSchedulerJobRequest Modifier and Type Method Description UpdateSchedulerJobResponse
FleetAppsManagementOperations. updateSchedulerJob(UpdateSchedulerJobRequest request)
Update a lifecycle operation job schedule in Fleet Application Management.Future<UpdateSchedulerJobResponse>
FleetAppsManagementOperationsAsync. updateSchedulerJob(UpdateSchedulerJobRequest request, AsyncHandler<UpdateSchedulerJobRequest,UpdateSchedulerJobResponse> handler)
Update a lifecycle operation job schedule in Fleet Application Management.Future<UpdateSchedulerJobResponse>
FleetAppsManagementOperationsAsyncClient. updateSchedulerJob(UpdateSchedulerJobRequest request, AsyncHandler<UpdateSchedulerJobRequest,UpdateSchedulerJobResponse> handler)
UpdateSchedulerJobResponse
FleetAppsManagementOperationsClient. 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)
Update a lifecycle operation job schedule in Fleet Application Management.Future<UpdateSchedulerJobResponse>
FleetAppsManagementOperationsAsyncClient. updateSchedulerJob(UpdateSchedulerJobRequest request, AsyncHandler<UpdateSchedulerJobRequest,UpdateSchedulerJobResponse> handler)
-
Uses of UpdateSchedulerJobRequest in com.oracle.bmc.fleetappsmanagement.requests
Methods in com.oracle.bmc.fleetappsmanagement.requests that return UpdateSchedulerJobRequest Modifier and Type Method Description UpdateSchedulerJobRequest
UpdateSchedulerJobRequest.Builder. build()
Build the instance of UpdateSchedulerJobRequest as configured by this builderUpdateSchedulerJobRequest
UpdateSchedulerJobRequest.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.Builder
UpdateSchedulerJobRequest.Builder. copy(UpdateSchedulerJobRequest o)
Copy method to populate the builder with values from the given instance.
-