Uses of Class
com.oracle.bmc.dts.model.AttachDevicesDetails
-
Packages that use AttachDevicesDetails Package Description com.oracle.bmc.dts.model com.oracle.bmc.dts.requests -
-
Uses of AttachDevicesDetails in com.oracle.bmc.dts.model
Methods in com.oracle.bmc.dts.model that return AttachDevicesDetails Modifier and Type Method Description AttachDevicesDetails
AttachDevicesDetails.Builder. build()
Methods in com.oracle.bmc.dts.model with parameters of type AttachDevicesDetails Modifier and Type Method Description AttachDevicesDetails.Builder
AttachDevicesDetails.Builder. copy(AttachDevicesDetails model)
-
Uses of AttachDevicesDetails in com.oracle.bmc.dts.requests
Methods in com.oracle.bmc.dts.requests that return AttachDevicesDetails Modifier and Type Method Description AttachDevicesDetails
AttachDevicesToTransferPackageRequest. getAttachDevicesDetails()
Labels of Transfer Devices to attachAttachDevicesDetails
AttachDevicesToTransferPackageRequest. getBody$()
Alternative accessor for the body parameter.Methods in com.oracle.bmc.dts.requests with parameters of type AttachDevicesDetails Modifier and Type Method Description AttachDevicesToTransferPackageRequest.Builder
AttachDevicesToTransferPackageRequest.Builder. attachDevicesDetails(AttachDevicesDetails attachDevicesDetails)
Labels of Transfer Devices to attachAttachDevicesToTransferPackageRequest.Builder
AttachDevicesToTransferPackageRequest.Builder. body$(AttachDevicesDetails body)
Alternative setter for the body parameter.
-