Uses of Class
com.oracle.bmc.dataintegration.requests.CreateScheduleRequest
-
Packages that use CreateScheduleRequest Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.requests -
-
Uses of CreateScheduleRequest in com.oracle.bmc.dataintegration
Methods in com.oracle.bmc.dataintegration with parameters of type CreateScheduleRequest Modifier and Type Method Description CreateScheduleResponse
DataIntegration. createSchedule(CreateScheduleRequest request)
Endpoint to create a new scheduleFuture<CreateScheduleResponse>
DataIntegrationAsync. createSchedule(CreateScheduleRequest request, AsyncHandler<CreateScheduleRequest,CreateScheduleResponse> handler)
Endpoint to create a new scheduleFuture<CreateScheduleResponse>
DataIntegrationAsyncClient. createSchedule(CreateScheduleRequest request, AsyncHandler<CreateScheduleRequest,CreateScheduleResponse> handler)
CreateScheduleResponse
DataIntegrationClient. createSchedule(CreateScheduleRequest request)
Method parameters in com.oracle.bmc.dataintegration with type arguments of type CreateScheduleRequest 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 CreateScheduleRequest in com.oracle.bmc.dataintegration.requests
Methods in com.oracle.bmc.dataintegration.requests that return CreateScheduleRequest Modifier and Type Method Description CreateScheduleRequest
CreateScheduleRequest.Builder. build()
Build the instance of CreateScheduleRequest as configured by this builderCreateScheduleRequest
CreateScheduleRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateScheduleRequest as configured by this builderMethods in com.oracle.bmc.dataintegration.requests with parameters of type CreateScheduleRequest Modifier and Type Method Description CreateScheduleRequest.Builder
CreateScheduleRequest.Builder. copy(CreateScheduleRequest o)
Copy method to populate the builder with values from the given instance.
-