Uses of Class
com.oracle.bmc.dts.responses.UpdateTransferJobResponse
-
Packages that use UpdateTransferJobResponse Package Description com.oracle.bmc.dts com.oracle.bmc.dts.responses -
-
Uses of UpdateTransferJobResponse in com.oracle.bmc.dts
Methods in com.oracle.bmc.dts that return UpdateTransferJobResponse Modifier and Type Method Description UpdateTransferJobResponse
TransferJob. updateTransferJob(UpdateTransferJobRequest request)
Updates a Transfer Job that corresponds with customer’s logical dataset e.g.UpdateTransferJobResponse
TransferJobClient. updateTransferJob(UpdateTransferJobRequest request)
Methods in com.oracle.bmc.dts that return types with arguments of type UpdateTransferJobResponse 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)
Method parameters in com.oracle.bmc.dts with type arguments of type UpdateTransferJobResponse 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 UpdateTransferJobResponse in com.oracle.bmc.dts.responses
Methods in com.oracle.bmc.dts.responses that return UpdateTransferJobResponse Modifier and Type Method Description UpdateTransferJobResponse
UpdateTransferJobResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.dts.responses with parameters of type UpdateTransferJobResponse Modifier and Type Method Description UpdateTransferJobResponse.Builder
UpdateTransferJobResponse.Builder. copy(UpdateTransferJobResponse o)
Copy method to populate the builder with values from the given instance.
-