Uses of Class
com.oracle.bmc.jms.responses.UpdateTaskScheduleResponse
-
Packages that use UpdateTaskScheduleResponse Package Description com.oracle.bmc.jms com.oracle.bmc.jms.responses -
-
Uses of UpdateTaskScheduleResponse in com.oracle.bmc.jms
Methods in com.oracle.bmc.jms that return UpdateTaskScheduleResponse Modifier and Type Method Description UpdateTaskScheduleResponse
JavaManagementService. updateTaskSchedule(UpdateTaskScheduleRequest request)
Update the task schedule for the given task type.UpdateTaskScheduleResponse
JavaManagementServiceClient. updateTaskSchedule(UpdateTaskScheduleRequest request)
Methods in com.oracle.bmc.jms that return types with arguments of type UpdateTaskScheduleResponse Modifier and Type Method Description Future<UpdateTaskScheduleResponse>
JavaManagementServiceAsync. updateTaskSchedule(UpdateTaskScheduleRequest request, AsyncHandler<UpdateTaskScheduleRequest,UpdateTaskScheduleResponse> handler)
Update the task schedule for the given task type.Future<UpdateTaskScheduleResponse>
JavaManagementServiceAsyncClient. updateTaskSchedule(UpdateTaskScheduleRequest request, AsyncHandler<UpdateTaskScheduleRequest,UpdateTaskScheduleResponse> handler)
Method parameters in com.oracle.bmc.jms with type arguments of type UpdateTaskScheduleResponse Modifier and Type Method Description Future<UpdateTaskScheduleResponse>
JavaManagementServiceAsync. updateTaskSchedule(UpdateTaskScheduleRequest request, AsyncHandler<UpdateTaskScheduleRequest,UpdateTaskScheduleResponse> handler)
Update the task schedule for the given task type.Future<UpdateTaskScheduleResponse>
JavaManagementServiceAsyncClient. updateTaskSchedule(UpdateTaskScheduleRequest request, AsyncHandler<UpdateTaskScheduleRequest,UpdateTaskScheduleResponse> handler)
-
Uses of UpdateTaskScheduleResponse in com.oracle.bmc.jms.responses
Methods in com.oracle.bmc.jms.responses that return UpdateTaskScheduleResponse Modifier and Type Method Description UpdateTaskScheduleResponse
UpdateTaskScheduleResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.jms.responses with parameters of type UpdateTaskScheduleResponse Modifier and Type Method Description UpdateTaskScheduleResponse.Builder
UpdateTaskScheduleResponse.Builder. copy(UpdateTaskScheduleResponse o)
Copy method to populate the builder with values from the given instance.
-