Uses of Class
com.oracle.bmc.goldengate.model.PipelineSummary
-
Packages that use PipelineSummary Package Description com.oracle.bmc.goldengate com.oracle.bmc.goldengate.model -
-
Uses of PipelineSummary in com.oracle.bmc.goldengate
Methods in com.oracle.bmc.goldengate that return types with arguments of type PipelineSummary Modifier and Type Method Description Iterable<PipelineSummary>
GoldenGatePaginators. listPipelinesRecordIterator(ListPipelinesRequest request)
Creates a new iterable which will iterate over thePipelineSummary
objects contained in responses from the listPipelines operation. -
Uses of PipelineSummary in com.oracle.bmc.goldengate.model
Subclasses of PipelineSummary in com.oracle.bmc.goldengate.model Modifier and Type Class Description class
ZeroEtlPipelineSummary
Summary of the ZeroETL pipeline.Methods in com.oracle.bmc.goldengate.model that return types with arguments of type PipelineSummary Modifier and Type Method Description List<PipelineSummary>
PipelineCollection. getItems()
An array of Pipeline summaries.Method parameters in com.oracle.bmc.goldengate.model with type arguments of type PipelineSummary Modifier and Type Method Description PipelineCollection.Builder
PipelineCollection.Builder. items(List<PipelineSummary> items)
An array of Pipeline summaries.Constructor parameters in com.oracle.bmc.goldengate.model with type arguments of type PipelineSummary Constructor Description PipelineCollection(List<PipelineSummary> items)
Deprecated.
-