Uses of Class
com.oracle.bmc.wlms.model.InstalledPatchCollection
-
Packages that use InstalledPatchCollection Package Description com.oracle.bmc.wlms.model com.oracle.bmc.wlms.responses -
-
Uses of InstalledPatchCollection in com.oracle.bmc.wlms.model
Methods in com.oracle.bmc.wlms.model that return InstalledPatchCollection Modifier and Type Method Description InstalledPatchCollection
InstalledPatchCollection.Builder. build()
Methods in com.oracle.bmc.wlms.model with parameters of type InstalledPatchCollection Modifier and Type Method Description InstalledPatchCollection.Builder
InstalledPatchCollection.Builder. copy(InstalledPatchCollection model)
-
Uses of InstalledPatchCollection in com.oracle.bmc.wlms.responses
Methods in com.oracle.bmc.wlms.responses that return InstalledPatchCollection Modifier and Type Method Description InstalledPatchCollection
ListManagedInstanceServerInstalledPatchesResponse. getInstalledPatchCollection()
The returned InstalledPatchCollection instance.InstalledPatchCollection
ListWlsDomainServerInstalledPatchesResponse. getInstalledPatchCollection()
The returned InstalledPatchCollection instance.Methods in com.oracle.bmc.wlms.responses with parameters of type InstalledPatchCollection Modifier and Type Method Description ListManagedInstanceServerInstalledPatchesResponse.Builder
ListManagedInstanceServerInstalledPatchesResponse.Builder. installedPatchCollection(InstalledPatchCollection installedPatchCollection)
The returned InstalledPatchCollection instance.ListWlsDomainServerInstalledPatchesResponse.Builder
ListWlsDomainServerInstalledPatchesResponse.Builder. installedPatchCollection(InstalledPatchCollection installedPatchCollection)
The returned InstalledPatchCollection instance.
-