Uses of Class
com.oracle.bmc.bds.model.OsPatchSummary
-
Packages that use OsPatchSummary Package Description com.oracle.bmc.bds com.oracle.bmc.bds.model com.oracle.bmc.bds.responses -
-
Uses of OsPatchSummary in com.oracle.bmc.bds
Methods in com.oracle.bmc.bds that return types with arguments of type OsPatchSummary Modifier and Type Method Description Iterable<OsPatchSummary>
BdsPaginators. listOsPatchesRecordIterator(ListOsPatchesRequest request)
Creates a new iterable which will iterate over theOsPatchSummary
objects contained in responses from the listOsPatches operation. -
Uses of OsPatchSummary in com.oracle.bmc.bds.model
Methods in com.oracle.bmc.bds.model that return OsPatchSummary Modifier and Type Method Description OsPatchSummary
OsPatchSummary.Builder. build()
Methods in com.oracle.bmc.bds.model with parameters of type OsPatchSummary Modifier and Type Method Description OsPatchSummary.Builder
OsPatchSummary.Builder. copy(OsPatchSummary model)
-
Uses of OsPatchSummary in com.oracle.bmc.bds.responses
Methods in com.oracle.bmc.bds.responses that return types with arguments of type OsPatchSummary Modifier and Type Method Description List<OsPatchSummary>
ListOsPatchesResponse. getItems()
A list of com.oracle.bmc.bds.model.OsPatchSummary instances.Method parameters in com.oracle.bmc.bds.responses with type arguments of type OsPatchSummary Modifier and Type Method Description ListOsPatchesResponse.Builder
ListOsPatchesResponse.Builder. items(List<OsPatchSummary> items)
A list of com.oracle.bmc.bds.model.OsPatchSummary instances.
-