Uses of Class
com.oracle.bmc.dataintegration.model.PatchChangeSummary
-
Packages that use PatchChangeSummary Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.model -
-
Uses of PatchChangeSummary in com.oracle.bmc.dataintegration
Methods in com.oracle.bmc.dataintegration that return types with arguments of type PatchChangeSummary Modifier and Type Method Description Iterable<PatchChangeSummary>
DataIntegrationPaginators. listPatchChangesRecordIterator(ListPatchChangesRequest request)
Creates a new iterable which will iterate over thePatchChangeSummary
objects contained in responses from the listPatchChanges operation. -
Uses of PatchChangeSummary in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return PatchChangeSummary Modifier and Type Method Description PatchChangeSummary
PatchChangeSummary.Builder. build()
Methods in com.oracle.bmc.dataintegration.model that return types with arguments of type PatchChangeSummary Modifier and Type Method Description List<PatchChangeSummary>
PatchChangeSummaryCollection. getItems()
The array of patch summaries.Methods in com.oracle.bmc.dataintegration.model with parameters of type PatchChangeSummary Modifier and Type Method Description PatchChangeSummary.Builder
PatchChangeSummary.Builder. copy(PatchChangeSummary model)
Method parameters in com.oracle.bmc.dataintegration.model with type arguments of type PatchChangeSummary Modifier and Type Method Description PatchChangeSummaryCollection.Builder
PatchChangeSummaryCollection.Builder. items(List<PatchChangeSummary> items)
The array of patch summaries.Constructor parameters in com.oracle.bmc.dataintegration.model with type arguments of type PatchChangeSummary Constructor Description PatchChangeSummaryCollection(List<PatchChangeSummary> items)
Deprecated.
-