Uses of Class
com.oracle.bmc.dts.requests.AttachDevicesToTransferPackageRequest
-
Packages that use AttachDevicesToTransferPackageRequest Package Description com.oracle.bmc.dts com.oracle.bmc.dts.requests -
-
Uses of AttachDevicesToTransferPackageRequest in com.oracle.bmc.dts
Methods in com.oracle.bmc.dts with parameters of type AttachDevicesToTransferPackageRequest Modifier and Type Method Description AttachDevicesToTransferPackageResponse
TransferPackage. attachDevicesToTransferPackage(AttachDevicesToTransferPackageRequest request)
Attaches Devices to a Transfer PackageFuture<AttachDevicesToTransferPackageResponse>
TransferPackageAsync. attachDevicesToTransferPackage(AttachDevicesToTransferPackageRequest request, AsyncHandler<AttachDevicesToTransferPackageRequest,AttachDevicesToTransferPackageResponse> handler)
Attaches Devices to a Transfer PackageFuture<AttachDevicesToTransferPackageResponse>
TransferPackageAsyncClient. attachDevicesToTransferPackage(AttachDevicesToTransferPackageRequest request, AsyncHandler<AttachDevicesToTransferPackageRequest,AttachDevicesToTransferPackageResponse> handler)
AttachDevicesToTransferPackageResponse
TransferPackageClient. attachDevicesToTransferPackage(AttachDevicesToTransferPackageRequest request)
Method parameters in com.oracle.bmc.dts with type arguments of type AttachDevicesToTransferPackageRequest Modifier and Type Method Description Future<AttachDevicesToTransferPackageResponse>
TransferPackageAsync. attachDevicesToTransferPackage(AttachDevicesToTransferPackageRequest request, AsyncHandler<AttachDevicesToTransferPackageRequest,AttachDevicesToTransferPackageResponse> handler)
Attaches Devices to a Transfer PackageFuture<AttachDevicesToTransferPackageResponse>
TransferPackageAsyncClient. attachDevicesToTransferPackage(AttachDevicesToTransferPackageRequest request, AsyncHandler<AttachDevicesToTransferPackageRequest,AttachDevicesToTransferPackageResponse> handler)
-
Uses of AttachDevicesToTransferPackageRequest in com.oracle.bmc.dts.requests
Methods in com.oracle.bmc.dts.requests that return AttachDevicesToTransferPackageRequest Modifier and Type Method Description AttachDevicesToTransferPackageRequest
AttachDevicesToTransferPackageRequest.Builder. build()
Build the instance of AttachDevicesToTransferPackageRequest as configured by this builderAttachDevicesToTransferPackageRequest
AttachDevicesToTransferPackageRequest.Builder. buildWithoutInvocationCallback()
Build the instance of AttachDevicesToTransferPackageRequest as configured by this builderMethods in com.oracle.bmc.dts.requests with parameters of type AttachDevicesToTransferPackageRequest Modifier and Type Method Description AttachDevicesToTransferPackageRequest.Builder
AttachDevicesToTransferPackageRequest.Builder. copy(AttachDevicesToTransferPackageRequest o)
Copy method to populate the builder with values from the given instance.
-