Uses of Class
com.oracle.bmc.fleetappsmanagement.model.InstalledPatchSummary
-
Packages that use InstalledPatchSummary Package Description com.oracle.bmc.fleetappsmanagement com.oracle.bmc.fleetappsmanagement.model -
-
Uses of InstalledPatchSummary in com.oracle.bmc.fleetappsmanagement
Methods in com.oracle.bmc.fleetappsmanagement that return types with arguments of type InstalledPatchSummary Modifier and Type Method Description Iterable<InstalledPatchSummary>FleetAppsManagementOperationsPaginators. listInstalledPatchesRecordIterator(ListInstalledPatchesRequest request)Creates a new iterable which will iterate over theInstalledPatchSummaryobjects contained in responses from the listInstalledPatches operation. -
Uses of InstalledPatchSummary in com.oracle.bmc.fleetappsmanagement.model
Methods in com.oracle.bmc.fleetappsmanagement.model that return InstalledPatchSummary Modifier and Type Method Description InstalledPatchSummaryInstalledPatchSummary.Builder. build()Methods in com.oracle.bmc.fleetappsmanagement.model that return types with arguments of type InstalledPatchSummary Modifier and Type Method Description List<InstalledPatchSummary>InstalledPatchCollection. getItems()List of installed patchesMethods in com.oracle.bmc.fleetappsmanagement.model with parameters of type InstalledPatchSummary Modifier and Type Method Description InstalledPatchSummary.BuilderInstalledPatchSummary.Builder. copy(InstalledPatchSummary model)Method parameters in com.oracle.bmc.fleetappsmanagement.model with type arguments of type InstalledPatchSummary Modifier and Type Method Description InstalledPatchCollection.BuilderInstalledPatchCollection.Builder. items(List<InstalledPatchSummary> items)List of installed patchesConstructor parameters in com.oracle.bmc.fleetappsmanagement.model with type arguments of type InstalledPatchSummary Constructor Description InstalledPatchCollection(List<InstalledPatchSummary> items)Deprecated.
-