Uses of Class
com.oracle.bmc.wlms.model.InstalledPatchSummary
-
Packages that use InstalledPatchSummary Package Description com.oracle.bmc.wlms com.oracle.bmc.wlms.model -
-
Uses of InstalledPatchSummary in com.oracle.bmc.wlms
Methods in com.oracle.bmc.wlms that return types with arguments of type InstalledPatchSummary Modifier and Type Method Description Iterable<InstalledPatchSummary>
WeblogicManagementServicePaginators. listManagedInstanceServerInstalledPatchesRecordIterator(ListManagedInstanceServerInstalledPatchesRequest request)
Creates a new iterable which will iterate over theInstalledPatchSummary
objects contained in responses from the listManagedInstanceServerInstalledPatches operation.Iterable<InstalledPatchSummary>
WeblogicManagementServicePaginators. listWlsDomainServerInstalledPatchesRecordIterator(ListWlsDomainServerInstalledPatchesRequest request)
Creates a new iterable which will iterate over theInstalledPatchSummary
objects contained in responses from the listWlsDomainServerInstalledPatches operation. -
Uses of InstalledPatchSummary in com.oracle.bmc.wlms.model
Methods in com.oracle.bmc.wlms.model that return InstalledPatchSummary Modifier and Type Method Description InstalledPatchSummary
InstalledPatchSummary.Builder. build()
Methods in com.oracle.bmc.wlms.model that return types with arguments of type InstalledPatchSummary Modifier and Type Method Description List<InstalledPatchSummary>
InstalledPatchCollection. getItems()
List of installed patches per serverMethods in com.oracle.bmc.wlms.model with parameters of type InstalledPatchSummary Modifier and Type Method Description InstalledPatchSummary.Builder
InstalledPatchSummary.Builder. copy(InstalledPatchSummary model)
Method parameters in com.oracle.bmc.wlms.model with type arguments of type InstalledPatchSummary Modifier and Type Method Description InstalledPatchCollection.Builder
InstalledPatchCollection.Builder. items(List<InstalledPatchSummary> items)
List of installed patches per serverConstructor parameters in com.oracle.bmc.wlms.model with type arguments of type InstalledPatchSummary Constructor Description InstalledPatchCollection(List<InstalledPatchSummary> items)
Deprecated.
-