Uses of Class
com.oracle.bmc.wlms.model.ApplicablePatchSummary
-
Packages that use ApplicablePatchSummary Package Description com.oracle.bmc.wlms com.oracle.bmc.wlms.model -
-
Uses of ApplicablePatchSummary in com.oracle.bmc.wlms
Methods in com.oracle.bmc.wlms that return types with arguments of type ApplicablePatchSummary Modifier and Type Method Description Iterable<ApplicablePatchSummary>
WeblogicManagementServicePaginators. listApplicablePatchesRecordIterator(ListApplicablePatchesRequest request)
Creates a new iterable which will iterate over theApplicablePatchSummary
objects contained in responses from the listApplicablePatches operation. -
Uses of ApplicablePatchSummary in com.oracle.bmc.wlms.model
Methods in com.oracle.bmc.wlms.model that return ApplicablePatchSummary Modifier and Type Method Description ApplicablePatchSummary
ApplicablePatchSummary.Builder. build()
Methods in com.oracle.bmc.wlms.model that return types with arguments of type ApplicablePatchSummary Modifier and Type Method Description List<ApplicablePatchSummary>
ApplicablePatchCollection. getItems()
List of patches per WebLogic version and middleware type.Methods in com.oracle.bmc.wlms.model with parameters of type ApplicablePatchSummary Modifier and Type Method Description ApplicablePatchSummary.Builder
ApplicablePatchSummary.Builder. copy(ApplicablePatchSummary model)
Method parameters in com.oracle.bmc.wlms.model with type arguments of type ApplicablePatchSummary Modifier and Type Method Description ApplicablePatchCollection.Builder
ApplicablePatchCollection.Builder. items(List<ApplicablePatchSummary> items)
List of patches per WebLogic version and middleware type.Constructor parameters in com.oracle.bmc.wlms.model with type arguments of type ApplicablePatchSummary Constructor Description ApplicablePatchCollection(List<ApplicablePatchSummary> items)
Deprecated.
-