Uses of Class
com.oracle.bmc.bds.model.PatchSummary
-
Packages that use PatchSummary Package Description com.oracle.bmc.bds com.oracle.bmc.bds.model com.oracle.bmc.bds.responses -
-
Uses of PatchSummary in com.oracle.bmc.bds
Methods in com.oracle.bmc.bds that return types with arguments of type PatchSummary Modifier and Type Method Description Iterable<PatchSummary>
BdsPaginators. 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.bds.model
Methods in com.oracle.bmc.bds.model that return PatchSummary Modifier and Type Method Description PatchSummary
PatchSummary.Builder. build()
Methods in com.oracle.bmc.bds.model with parameters of type PatchSummary Modifier and Type Method Description PatchSummary.Builder
PatchSummary.Builder. copy(PatchSummary model)
-
Uses of PatchSummary in com.oracle.bmc.bds.responses
Methods in com.oracle.bmc.bds.responses that return types with arguments of type PatchSummary Modifier and Type Method Description List<PatchSummary>
ListPatchesResponse. getItems()
A list of com.oracle.bmc.bds.model.PatchSummary instances.Method parameters in com.oracle.bmc.bds.responses with type arguments of type PatchSummary Modifier and Type Method Description ListPatchesResponse.Builder
ListPatchesResponse.Builder. items(List<PatchSummary> items)
A list of com.oracle.bmc.bds.model.PatchSummary instances.
-