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.bds
Methods 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 thePatchHistorySummary
objects contained in responses from the listPatchHistories operation. -
Uses of PatchHistorySummary in com.oracle.bmc.bds.model
Methods in com.oracle.bmc.bds.model that return PatchHistorySummary Modifier and Type Method Description PatchHistorySummary
PatchHistorySummary.Builder. build()
Methods in com.oracle.bmc.bds.model with parameters of type PatchHistorySummary Modifier and Type Method Description PatchHistorySummary.Builder
PatchHistorySummary.Builder. copy(PatchHistorySummary model)
-
Uses of PatchHistorySummary in com.oracle.bmc.bds.responses
Methods 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.Builder
ListPatchHistoriesResponse.Builder. items(List<PatchHistorySummary> items)
A list of com.oracle.bmc.bds.model.PatchHistorySummary instances.
-