Uses of Class
com.oracle.bmc.fleetappsmanagement.responses.UpdateSchedulerJobResponse
-
Packages that use UpdateSchedulerJobResponse Package Description com.oracle.bmc.fleetappsmanagement com.oracle.bmc.fleetappsmanagement.responses -
-
Uses of UpdateSchedulerJobResponse in com.oracle.bmc.fleetappsmanagement
Methods in com.oracle.bmc.fleetappsmanagement that return UpdateSchedulerJobResponse Modifier and Type Method Description UpdateSchedulerJobResponse
FleetAppsManagementOperations. updateSchedulerJob(UpdateSchedulerJobRequest request)
Update a lifecycle operation job schedule in Fleet Application Management.UpdateSchedulerJobResponse
FleetAppsManagementOperationsClient. updateSchedulerJob(UpdateSchedulerJobRequest request)
Methods in com.oracle.bmc.fleetappsmanagement that return types with arguments of type UpdateSchedulerJobResponse 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)
Method parameters in com.oracle.bmc.fleetappsmanagement with type arguments of type UpdateSchedulerJobResponse 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 UpdateSchedulerJobResponse in com.oracle.bmc.fleetappsmanagement.responses
Methods in com.oracle.bmc.fleetappsmanagement.responses that return UpdateSchedulerJobResponse Modifier and Type Method Description UpdateSchedulerJobResponse
UpdateSchedulerJobResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.fleetappsmanagement.responses with parameters of type UpdateSchedulerJobResponse Modifier and Type Method Description UpdateSchedulerJobResponse.Builder
UpdateSchedulerJobResponse.Builder. copy(UpdateSchedulerJobResponse o)
Copy method to populate the builder with values from the given instance.
-