Uses of Class
com.oracle.bmc.fleetappsmanagement.model.PatchSummary
-
Packages that use PatchSummary Package Description com.oracle.bmc.fleetappsmanagement com.oracle.bmc.fleetappsmanagement.model -
-
Uses of PatchSummary in com.oracle.bmc.fleetappsmanagement
Methods in com.oracle.bmc.fleetappsmanagement that return types with arguments of type PatchSummary Modifier and Type Method Description Iterable<PatchSummary>
FleetAppsManagementOperationsPaginators. listPatchesRecordIterator(ListPatchesRequest request)
Creates a new iterable which will iterate over thePatchSummary
objects contained in responses from the listPatches operation. -
Uses of PatchSummary in com.oracle.bmc.fleetappsmanagement.model
Methods in com.oracle.bmc.fleetappsmanagement.model that return PatchSummary Modifier and Type Method Description PatchSummary
PatchSummary.Builder. build()
Methods in com.oracle.bmc.fleetappsmanagement.model that return types with arguments of type PatchSummary Modifier and Type Method Description List<PatchSummary>
PatchCollection. getItems()
List of patches.Methods in com.oracle.bmc.fleetappsmanagement.model with parameters of type PatchSummary Modifier and Type Method Description PatchSummary.Builder
PatchSummary.Builder. copy(PatchSummary model)
Method parameters in com.oracle.bmc.fleetappsmanagement.model with type arguments of type PatchSummary Modifier and Type Method Description PatchCollection.Builder
PatchCollection.Builder. items(List<PatchSummary> items)
List of patches.Constructor parameters in com.oracle.bmc.fleetappsmanagement.model with type arguments of type PatchSummary Constructor Description PatchCollection(List<PatchSummary> items)
Deprecated.
-