Uses of Class
com.oracle.bmc.desktops.model.DesktopPoolDesktopSummary
-
Packages that use DesktopPoolDesktopSummary Package Description com.oracle.bmc.desktops com.oracle.bmc.desktops.model -
-
Uses of DesktopPoolDesktopSummary in com.oracle.bmc.desktops
Methods in com.oracle.bmc.desktops that return types with arguments of type DesktopPoolDesktopSummary Modifier and Type Method Description Iterable<DesktopPoolDesktopSummary>
DesktopServicePaginators. listDesktopPoolDesktopsRecordIterator(ListDesktopPoolDesktopsRequest request)
Creates a new iterable which will iterate over theDesktopPoolDesktopSummary
objects contained in responses from the listDesktopPoolDesktops operation. -
Uses of DesktopPoolDesktopSummary in com.oracle.bmc.desktops.model
Methods in com.oracle.bmc.desktops.model that return DesktopPoolDesktopSummary Modifier and Type Method Description DesktopPoolDesktopSummary
DesktopPoolDesktopSummary.Builder. build()
Methods in com.oracle.bmc.desktops.model that return types with arguments of type DesktopPoolDesktopSummary Modifier and Type Method Description List<DesktopPoolDesktopSummary>
DesktopPoolDesktopCollection. getItems()
A list of desktops.Methods in com.oracle.bmc.desktops.model with parameters of type DesktopPoolDesktopSummary Modifier and Type Method Description DesktopPoolDesktopSummary.Builder
DesktopPoolDesktopSummary.Builder. copy(DesktopPoolDesktopSummary model)
Method parameters in com.oracle.bmc.desktops.model with type arguments of type DesktopPoolDesktopSummary Modifier and Type Method Description DesktopPoolDesktopCollection.Builder
DesktopPoolDesktopCollection.Builder. items(List<DesktopPoolDesktopSummary> items)
A list of desktops.Constructor parameters in com.oracle.bmc.desktops.model with type arguments of type DesktopPoolDesktopSummary Constructor Description DesktopPoolDesktopCollection(List<DesktopPoolDesktopSummary> items)
Deprecated.
-