Uses of Class
com.oracle.bmc.dts.requests.UpdateTransferJobRequest
-
Packages that use UpdateTransferJobRequest Package Description com.oracle.bmc.dts com.oracle.bmc.dts.requests -
-
Uses of UpdateTransferJobRequest in com.oracle.bmc.dts
Methods in com.oracle.bmc.dts with parameters of type UpdateTransferJobRequest Modifier and Type Method Description UpdateTransferJobResponse
TransferJob. updateTransferJob(UpdateTransferJobRequest request)
Updates a Transfer Job that corresponds with customer’s logical dataset e.g.Future<UpdateTransferJobResponse>
TransferJobAsync. updateTransferJob(UpdateTransferJobRequest request, AsyncHandler<UpdateTransferJobRequest,UpdateTransferJobResponse> handler)
Updates a Transfer Job that corresponds with customer’s logical dataset e.g.Future<UpdateTransferJobResponse>
TransferJobAsyncClient. updateTransferJob(UpdateTransferJobRequest request, AsyncHandler<UpdateTransferJobRequest,UpdateTransferJobResponse> handler)
UpdateTransferJobResponse
TransferJobClient. updateTransferJob(UpdateTransferJobRequest request)
Method parameters in com.oracle.bmc.dts with type arguments of type UpdateTransferJobRequest Modifier and Type Method Description Future<UpdateTransferJobResponse>
TransferJobAsync. updateTransferJob(UpdateTransferJobRequest request, AsyncHandler<UpdateTransferJobRequest,UpdateTransferJobResponse> handler)
Updates a Transfer Job that corresponds with customer’s logical dataset e.g.Future<UpdateTransferJobResponse>
TransferJobAsyncClient. updateTransferJob(UpdateTransferJobRequest request, AsyncHandler<UpdateTransferJobRequest,UpdateTransferJobResponse> handler)
-
Uses of UpdateTransferJobRequest in com.oracle.bmc.dts.requests
Methods in com.oracle.bmc.dts.requests that return UpdateTransferJobRequest Modifier and Type Method Description UpdateTransferJobRequest
UpdateTransferJobRequest.Builder. build()
Build the instance of UpdateTransferJobRequest as configured by this builderUpdateTransferJobRequest
UpdateTransferJobRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateTransferJobRequest as configured by this builderMethods in com.oracle.bmc.dts.requests with parameters of type UpdateTransferJobRequest Modifier and Type Method Description UpdateTransferJobRequest.Builder
UpdateTransferJobRequest.Builder. copy(UpdateTransferJobRequest o)
Copy method to populate the builder with values from the given instance.
-