Uses of Class
com.oracle.bmc.goldengate.model.PipelineRunningProcessCollection
-
Packages that use PipelineRunningProcessCollection Package Description com.oracle.bmc.goldengate.model com.oracle.bmc.goldengate.responses -
-
Uses of PipelineRunningProcessCollection in com.oracle.bmc.goldengate.model
Methods in com.oracle.bmc.goldengate.model that return PipelineRunningProcessCollection Modifier and Type Method Description PipelineRunningProcessCollection
PipelineRunningProcessCollection.Builder. build()
Methods in com.oracle.bmc.goldengate.model with parameters of type PipelineRunningProcessCollection Modifier and Type Method Description PipelineRunningProcessCollection.Builder
PipelineRunningProcessCollection.Builder. copy(PipelineRunningProcessCollection model)
-
Uses of PipelineRunningProcessCollection in com.oracle.bmc.goldengate.responses
Methods in com.oracle.bmc.goldengate.responses that return PipelineRunningProcessCollection Modifier and Type Method Description PipelineRunningProcessCollection
ListPipelineRunningProcessesResponse. getPipelineRunningProcessCollection()
The returned PipelineRunningProcessCollection instance.Methods in com.oracle.bmc.goldengate.responses with parameters of type PipelineRunningProcessCollection Modifier and Type Method Description ListPipelineRunningProcessesResponse.Builder
ListPipelineRunningProcessesResponse.Builder. pipelineRunningProcessCollection(PipelineRunningProcessCollection pipelineRunningProcessCollection)
The returned PipelineRunningProcessCollection instance.
-