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