Uses of Class
com.oracle.bmc.dataintegration.responses.CreateTaskScheduleResponse
-
Packages that use CreateTaskScheduleResponse Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.responses -
-
Uses of CreateTaskScheduleResponse in com.oracle.bmc.dataintegration
Methods in com.oracle.bmc.dataintegration that return CreateTaskScheduleResponse Modifier and Type Method Description CreateTaskScheduleResponse
DataIntegration. createTaskSchedule(CreateTaskScheduleRequest request)
Endpoint to be used create TaskSchedule.CreateTaskScheduleResponse
DataIntegrationClient. createTaskSchedule(CreateTaskScheduleRequest request)
Methods in com.oracle.bmc.dataintegration that return types with arguments of type CreateTaskScheduleResponse Modifier and Type Method Description Future<CreateTaskScheduleResponse>
DataIntegrationAsync. createTaskSchedule(CreateTaskScheduleRequest request, AsyncHandler<CreateTaskScheduleRequest,CreateTaskScheduleResponse> handler)
Endpoint to be used create TaskSchedule.Future<CreateTaskScheduleResponse>
DataIntegrationAsyncClient. createTaskSchedule(CreateTaskScheduleRequest request, AsyncHandler<CreateTaskScheduleRequest,CreateTaskScheduleResponse> handler)
Method parameters in com.oracle.bmc.dataintegration with type arguments of type CreateTaskScheduleResponse Modifier and Type Method Description Future<CreateTaskScheduleResponse>
DataIntegrationAsync. createTaskSchedule(CreateTaskScheduleRequest request, AsyncHandler<CreateTaskScheduleRequest,CreateTaskScheduleResponse> handler)
Endpoint to be used create TaskSchedule.Future<CreateTaskScheduleResponse>
DataIntegrationAsyncClient. createTaskSchedule(CreateTaskScheduleRequest request, AsyncHandler<CreateTaskScheduleRequest,CreateTaskScheduleResponse> handler)
-
Uses of CreateTaskScheduleResponse in com.oracle.bmc.dataintegration.responses
Methods in com.oracle.bmc.dataintegration.responses that return CreateTaskScheduleResponse Modifier and Type Method Description CreateTaskScheduleResponse
CreateTaskScheduleResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.dataintegration.responses with parameters of type CreateTaskScheduleResponse Modifier and Type Method Description CreateTaskScheduleResponse.Builder
CreateTaskScheduleResponse.Builder. copy(CreateTaskScheduleResponse o)
Copy method to populate the builder with values from the given instance.
-