Uses of Class
com.oracle.bmc.desktops.model.DesktopPoolVolumeSummary
-
Packages that use DesktopPoolVolumeSummary Package Description com.oracle.bmc.desktops com.oracle.bmc.desktops.model -
-
Uses of DesktopPoolVolumeSummary in com.oracle.bmc.desktops
Methods in com.oracle.bmc.desktops that return types with arguments of type DesktopPoolVolumeSummary Modifier and Type Method Description Iterable<DesktopPoolVolumeSummary>
DesktopServicePaginators. listDesktopPoolVolumesRecordIterator(ListDesktopPoolVolumesRequest request)
Creates a new iterable which will iterate over theDesktopPoolVolumeSummary
objects contained in responses from the listDesktopPoolVolumes operation. -
Uses of DesktopPoolVolumeSummary in com.oracle.bmc.desktops.model
Methods in com.oracle.bmc.desktops.model that return DesktopPoolVolumeSummary Modifier and Type Method Description DesktopPoolVolumeSummary
DesktopPoolVolumeSummary.Builder. build()
Methods in com.oracle.bmc.desktops.model that return types with arguments of type DesktopPoolVolumeSummary Modifier and Type Method Description List<DesktopPoolVolumeSummary>
DesktopPoolVolumeCollection. getItems()
A list of desktop pool volumes.Methods in com.oracle.bmc.desktops.model with parameters of type DesktopPoolVolumeSummary Modifier and Type Method Description DesktopPoolVolumeSummary.Builder
DesktopPoolVolumeSummary.Builder. copy(DesktopPoolVolumeSummary model)
Method parameters in com.oracle.bmc.desktops.model with type arguments of type DesktopPoolVolumeSummary Modifier and Type Method Description DesktopPoolVolumeCollection.Builder
DesktopPoolVolumeCollection.Builder. items(List<DesktopPoolVolumeSummary> items)
A list of desktop pool volumes.Constructor parameters in com.oracle.bmc.desktops.model with type arguments of type DesktopPoolVolumeSummary Constructor Description DesktopPoolVolumeCollection(List<DesktopPoolVolumeSummary> items)
Deprecated.
-