Uses of Class
com.oracle.bmc.dataintegration.model.PatchSummary
-
Packages that use PatchSummary Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.model -
-
Uses of PatchSummary in com.oracle.bmc.dataintegration
Methods in com.oracle.bmc.dataintegration that return types with arguments of type PatchSummary Modifier and Type Method Description Iterable<PatchSummary>
DataIntegrationPaginators. 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.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return PatchSummary Modifier and Type Method Description PatchSummary
PatchSummary.Builder. build()
Methods in com.oracle.bmc.dataintegration.model that return types with arguments of type PatchSummary Modifier and Type Method Description List<PatchSummary>
PatchSummaryCollection. getItems()
The array of patch summaries.Methods in com.oracle.bmc.dataintegration.model with parameters of type PatchSummary Modifier and Type Method Description PatchSummary.Builder
PatchSummary.Builder. copy(PatchSummary model)
Method parameters in com.oracle.bmc.dataintegration.model with type arguments of type PatchSummary Modifier and Type Method Description PatchSummaryCollection.Builder
PatchSummaryCollection.Builder. items(List<PatchSummary> items)
The array of patch summaries.Constructor parameters in com.oracle.bmc.dataintegration.model with type arguments of type PatchSummary Constructor Description PatchSummaryCollection(List<PatchSummary> items)
Deprecated.
-