Uses of Class
com.oracle.bmc.loganalytics.responses.UpdateScheduledTaskResponse
-
Packages that use UpdateScheduledTaskResponse Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.responses -
-
Uses of UpdateScheduledTaskResponse in com.oracle.bmc.loganalytics
Methods in com.oracle.bmc.loganalytics that return UpdateScheduledTaskResponse Modifier and Type Method Description UpdateScheduledTaskResponse
LogAnalytics. updateScheduledTask(UpdateScheduledTaskRequest request)
Update the scheduled task.UpdateScheduledTaskResponse
LogAnalyticsClient. updateScheduledTask(UpdateScheduledTaskRequest request)
Methods in com.oracle.bmc.loganalytics that return types with arguments of type UpdateScheduledTaskResponse Modifier and Type Method Description Future<UpdateScheduledTaskResponse>
LogAnalyticsAsync. updateScheduledTask(UpdateScheduledTaskRequest request, AsyncHandler<UpdateScheduledTaskRequest,UpdateScheduledTaskResponse> handler)
Update the scheduled task.Future<UpdateScheduledTaskResponse>
LogAnalyticsAsyncClient. updateScheduledTask(UpdateScheduledTaskRequest request, AsyncHandler<UpdateScheduledTaskRequest,UpdateScheduledTaskResponse> handler)
Method parameters in com.oracle.bmc.loganalytics with type arguments of type UpdateScheduledTaskResponse Modifier and Type Method Description Future<UpdateScheduledTaskResponse>
LogAnalyticsAsync. updateScheduledTask(UpdateScheduledTaskRequest request, AsyncHandler<UpdateScheduledTaskRequest,UpdateScheduledTaskResponse> handler)
Update the scheduled task.Future<UpdateScheduledTaskResponse>
LogAnalyticsAsyncClient. updateScheduledTask(UpdateScheduledTaskRequest request, AsyncHandler<UpdateScheduledTaskRequest,UpdateScheduledTaskResponse> handler)
-
Uses of UpdateScheduledTaskResponse in com.oracle.bmc.loganalytics.responses
Methods in com.oracle.bmc.loganalytics.responses that return UpdateScheduledTaskResponse Modifier and Type Method Description UpdateScheduledTaskResponse
UpdateScheduledTaskResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.loganalytics.responses with parameters of type UpdateScheduledTaskResponse Modifier and Type Method Description UpdateScheduledTaskResponse.Builder
UpdateScheduledTaskResponse.Builder. copy(UpdateScheduledTaskResponse o)
Copy method to populate the builder with values from the given instance.
-