Uses of Class
com.oracle.bmc.dts.responses.UpdateTransferDeviceResponse
-
Packages that use UpdateTransferDeviceResponse Package Description com.oracle.bmc.dts com.oracle.bmc.dts.responses -
-
Uses of UpdateTransferDeviceResponse in com.oracle.bmc.dts
Methods in com.oracle.bmc.dts that return UpdateTransferDeviceResponse Modifier and Type Method Description UpdateTransferDeviceResponse
TransferDevice. updateTransferDevice(UpdateTransferDeviceRequest request)
Updates a Transfer DeviceUpdateTransferDeviceResponse
TransferDeviceClient. updateTransferDevice(UpdateTransferDeviceRequest request)
Methods in com.oracle.bmc.dts that return types with arguments of type UpdateTransferDeviceResponse Modifier and Type Method Description Future<UpdateTransferDeviceResponse>
TransferDeviceAsync. updateTransferDevice(UpdateTransferDeviceRequest request, AsyncHandler<UpdateTransferDeviceRequest,UpdateTransferDeviceResponse> handler)
Updates a Transfer DeviceFuture<UpdateTransferDeviceResponse>
TransferDeviceAsyncClient. updateTransferDevice(UpdateTransferDeviceRequest request, AsyncHandler<UpdateTransferDeviceRequest,UpdateTransferDeviceResponse> handler)
Method parameters in com.oracle.bmc.dts with type arguments of type UpdateTransferDeviceResponse Modifier and Type Method Description Future<UpdateTransferDeviceResponse>
TransferDeviceAsync. updateTransferDevice(UpdateTransferDeviceRequest request, AsyncHandler<UpdateTransferDeviceRequest,UpdateTransferDeviceResponse> handler)
Updates a Transfer DeviceFuture<UpdateTransferDeviceResponse>
TransferDeviceAsyncClient. updateTransferDevice(UpdateTransferDeviceRequest request, AsyncHandler<UpdateTransferDeviceRequest,UpdateTransferDeviceResponse> handler)
-
Uses of UpdateTransferDeviceResponse in com.oracle.bmc.dts.responses
Methods in com.oracle.bmc.dts.responses that return UpdateTransferDeviceResponse Modifier and Type Method Description UpdateTransferDeviceResponse
UpdateTransferDeviceResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.dts.responses with parameters of type UpdateTransferDeviceResponse Modifier and Type Method Description UpdateTransferDeviceResponse.Builder
UpdateTransferDeviceResponse.Builder. copy(UpdateTransferDeviceResponse o)
Copy method to populate the builder with values from the given instance.
-