Uses of Class
com.oracle.bmc.core.model.Device
-
Packages that use Device Package Description com.oracle.bmc.core com.oracle.bmc.core.model com.oracle.bmc.core.responses -
-
Uses of Device in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return types with arguments of type Device Modifier and Type Method Description Iterable<Device>
ComputePaginators. listInstanceDevicesRecordIterator(ListInstanceDevicesRequest request)
Creates a new iterable which will iterate over theDevice
objects contained in responses from the listInstanceDevices operation. -
Uses of Device in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return Device Modifier and Type Method Description Device
Device.Builder. build()
Methods in com.oracle.bmc.core.model with parameters of type Device Modifier and Type Method Description Device.Builder
Device.Builder. copy(Device model)
-
Uses of Device in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return types with arguments of type Device Modifier and Type Method Description List<Device>
ListInstanceDevicesResponse. getItems()
A list of com.oracle.bmc.core.model.Device instances.Method parameters in com.oracle.bmc.core.responses with type arguments of type Device Modifier and Type Method Description ListInstanceDevicesResponse.Builder
ListInstanceDevicesResponse.Builder. items(List<Device> items)
A list of com.oracle.bmc.core.model.Device instances.
-