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