Uses of Class
com.oracle.bmc.goldengate.model.PipelineSchemaTableSummary
-
Packages that use PipelineSchemaTableSummary Package Description com.oracle.bmc.goldengate com.oracle.bmc.goldengate.model -
-
Uses of PipelineSchemaTableSummary in com.oracle.bmc.goldengate
Methods in com.oracle.bmc.goldengate that return types with arguments of type PipelineSchemaTableSummary Modifier and Type Method Description Iterable<PipelineSchemaTableSummary>
GoldenGatePaginators. listPipelineSchemaTablesRecordIterator(ListPipelineSchemaTablesRequest request)
Creates a new iterable which will iterate over thePipelineSchemaTableSummary
objects contained in responses from the listPipelineSchemaTables operation. -
Uses of PipelineSchemaTableSummary in com.oracle.bmc.goldengate.model
Methods in com.oracle.bmc.goldengate.model that return PipelineSchemaTableSummary Modifier and Type Method Description PipelineSchemaTableSummary
PipelineSchemaTableSummary.Builder. build()
Methods in com.oracle.bmc.goldengate.model that return types with arguments of type PipelineSchemaTableSummary Modifier and Type Method Description List<PipelineSchemaTableSummary>
PipelineSchemaTableCollection. getItems()
Array of source or target schema tables of a pipeline’s assigned connection.Methods in com.oracle.bmc.goldengate.model with parameters of type PipelineSchemaTableSummary Modifier and Type Method Description PipelineSchemaTableSummary.Builder
PipelineSchemaTableSummary.Builder. copy(PipelineSchemaTableSummary model)
Method parameters in com.oracle.bmc.goldengate.model with type arguments of type PipelineSchemaTableSummary Modifier and Type Method Description PipelineSchemaTableCollection.Builder
PipelineSchemaTableCollection.Builder. items(List<PipelineSchemaTableSummary> items)
Array of source or target schema tables of a pipeline’s assigned connection.Constructor parameters in com.oracle.bmc.goldengate.model with type arguments of type PipelineSchemaTableSummary Constructor Description PipelineSchemaTableCollection(String sourceSchemaName, String targetSchemaName, List<PipelineSchemaTableSummary> items)
Deprecated.
-