Uses of Class
com.oracle.bmc.mngdmac.model.MacDeviceSummary
-
Packages that use MacDeviceSummary Package Description com.oracle.bmc.mngdmac com.oracle.bmc.mngdmac.model -
-
Uses of MacDeviceSummary in com.oracle.bmc.mngdmac
Methods in com.oracle.bmc.mngdmac that return types with arguments of type MacDeviceSummary Modifier and Type Method Description Iterable<MacDeviceSummary>
MacDevicePaginators. listMacDevicesRecordIterator(ListMacDevicesRequest request)
Creates a new iterable which will iterate over theMacDeviceSummary
objects contained in responses from the listMacDevices operation. -
Uses of MacDeviceSummary in com.oracle.bmc.mngdmac.model
Methods in com.oracle.bmc.mngdmac.model that return MacDeviceSummary Modifier and Type Method Description MacDeviceSummary
MacDeviceSummary.Builder. build()
Methods in com.oracle.bmc.mngdmac.model that return types with arguments of type MacDeviceSummary Modifier and Type Method Description List<MacDeviceSummary>
MacDeviceCollection. getItems()
List of MacDevices.Methods in com.oracle.bmc.mngdmac.model with parameters of type MacDeviceSummary Modifier and Type Method Description MacDeviceSummary.Builder
MacDeviceSummary.Builder. copy(MacDeviceSummary model)
Method parameters in com.oracle.bmc.mngdmac.model with type arguments of type MacDeviceSummary Modifier and Type Method Description MacDeviceCollection.Builder
MacDeviceCollection.Builder. items(List<MacDeviceSummary> items)
List of MacDevices.Constructor parameters in com.oracle.bmc.mngdmac.model with type arguments of type MacDeviceSummary Constructor Description MacDeviceCollection(List<MacDeviceSummary> items)
Deprecated.
-