Uses of Class
com.oracle.bmc.bds.model.PatchHistorySummary
- 
Packages that use PatchHistorySummary Package Description com.oracle.bmc.bds com.oracle.bmc.bds.model com.oracle.bmc.bds.responses 
- 
- 
Uses of PatchHistorySummary in com.oracle.bmc.bdsMethods in com.oracle.bmc.bds that return types with arguments of type PatchHistorySummary Modifier and Type Method Description Iterable<PatchHistorySummary>BdsPaginators. listPatchHistoriesRecordIterator(ListPatchHistoriesRequest request)Creates a new iterable which will iterate over thePatchHistorySummaryobjects contained in responses from the listPatchHistories operation.
- 
Uses of PatchHistorySummary in com.oracle.bmc.bds.modelMethods in com.oracle.bmc.bds.model that return PatchHistorySummary Modifier and Type Method Description PatchHistorySummaryPatchHistorySummary.Builder. build()Methods in com.oracle.bmc.bds.model with parameters of type PatchHistorySummary Modifier and Type Method Description PatchHistorySummary.BuilderPatchHistorySummary.Builder. copy(PatchHistorySummary model)
- 
Uses of PatchHistorySummary in com.oracle.bmc.bds.responsesMethods in com.oracle.bmc.bds.responses that return types with arguments of type PatchHistorySummary Modifier and Type Method Description List<PatchHistorySummary>ListPatchHistoriesResponse. getItems()A list of com.oracle.bmc.bds.model.PatchHistorySummary instances.Method parameters in com.oracle.bmc.bds.responses with type arguments of type PatchHistorySummary Modifier and Type Method Description ListPatchHistoriesResponse.BuilderListPatchHistoriesResponse.Builder. items(List<PatchHistorySummary> items)A list of com.oracle.bmc.bds.model.PatchHistorySummary instances.
 
-