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